java - failed to load the JNI shared library "C:\Windows\system32\..\jre\bin\client\jvm.dll\" ECLIPSE -


i working on stuff few days ago , today went open eclipse got error:

"failed load jni shared library "c:\windows\system32\..\jre\bin\client\jvm.dll\" " 

could please help. have looked on 20 stack overflow things , none of them have worked me.

looks eclipse cannot find proper jre. make sure have jre or jdk installed , java_home environment variable set valid jre installation path. note 32-bit eclipse work 32-bit jre , same applies 64-bit version.

if nothing works can point eclipse jre manually editing eclipse.ini file. see this article details.


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -