Error after launch on macOS: "The JVM shared library ... does not contain the JNI_CreateJavaVM symbol"
See original GitHub issueSystem information:
- Operating system (distribution) and version: MacOS BigSur 11.6 x86_64
- DBeaver version: dbeaver-ce-21.2.2-macosx.cocoa.x86_66
Describe the problem you’re observing:
After starting the program, the following error appears:
The JVM shared library "/Users/judaew/Downloads/DBeaver.app/Contents/Eclipse/jre/Contents/Home/bin/../lib/server/libjvm.dylib"does not contain the JNI_CreateJavaVM symbol
The previous version works without problems. If in this release inside Contents/Info.plist
substitute the path to Java 17 (for example Eclipse Temurin), that program starts working. Lower Java versions do not work.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top Results From Across the Web
JVM shared library does not contain the JNI_CreateJavaVM ...
I tried to make this work and once I got past this error, I hit-. The JVM shared library does not contain the...
Read more >Eclipse Error The JVM Shared Library JavaVirtualMachines ...
How to resolve eclipse error The JVM Shared Library JavaVirtualMachines does not contain the JNI_CreateJavaVM symbol.
Read more >Papyrus » JVM shared library does not contain the ... - Eclipse
i have installed Papyrus 4.7 on the Mac, OS version Mojave(10.14.6), and when I try to launch it I get the following error:...
Read more >Eclipse does not work after Big Sur update - Apple Community
The JVM shared library "/Library/Internet ... lib/server/libjvm.dylib" does not contain the JNI_CreateJavaVM symbol.
Read more >Running JDK Mission Control on Apple M1 - Gunnar Morling
The JVM shared library "/Library/Java/JavaVirtualMachines/temurin ... lib/server/libjvm.dylib" does not contain the JNI_CreateJavaVM symbol.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@akilovich If you try replace
libjli.dylib
fromopenjdk11
, thendbeaver
starts working correctly. It looks likelibjli.dylib
is broken.I’m closing the ticket due to the lack of activity. Please feel free to reopen it if you think it needs to be resolved.