• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DBeaver Java error

mxnerd

Diamond Member
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
 
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.
 
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:
Back
Top