DBeaver Java error

mxnerd

Diamond Member
Jul 6, 2007
6,799
1,103
126
Downloaded this tool from https://dbeaver.jkiss.org/, which is written in Java

Got this error on Windows machine, but perfectly OK on Linux

What went wrong and what does this message mean? How can I fixed it?

Windows & Linux have latest Java 8 installed.

nlsd1l.png
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,703
4,661
75
I almost moved this thread to Software for Windows until I discovered what dbeaver does.

It looks like this might be a 32/64-bit mixup? I'm thinking 32-bit Java (even if it's on a 64-bit OS) trying to run 64-bit code.
 
  • Like
Reactions: mxnerd

mxnerd

Diamond Member
Jul 6, 2007
6,799
1,103
126
Thanks for fast reply. You were right! It's 32/64 bit mixup.

I got x86 Java VM installed on Windows.

Downloaded 32bit version and it's all fine now!

===

Installed x64 Java VM and now both 32/64 bit exe can run without problem. :)
 
Last edited: