java - Eclipse: JVM shared library does not contain the JNI_CreateJavaVM symbol -


eclipse 4.4.0 on mac osx 10.9, jvm 8 gives alert when try run it:

"the jvm shared library "/library/java/javavirtualmachine/jdk1.8.0_20.jdk/contents/home/bin/.../jre/lib/server/libjvm.dylib" not contain jni_createjavavm symbol"

the application not start.

i edited info.plist per shan's instructions of 8/25, still same error.

i've downloaded & installed java apple's web site, still same error.

thanks help.

if installing eclipse eclipse installer, can happen when installer not pointed correct jvm location.
can correct follows.

1. right click installer file , select 'show package contents'
2. go contents , open info.plist
3. @ bottom of file, you'll see commented section tag <string>-vm</string> paths. can set correct java_home path there , uncomment section. (running echo $java_home in console current setting)


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -