java - Updating the PATH Environment Variable stops Eclipse working -


to set jdk, have added following path environment variable in windows.

c:\app\a_mcleod\product\11.2.0\client_1\jdk\bin 

the problem eclipse no longer opens , error;

failed load jni shared library "c:\app\a_mcleod\product\11.2.0\client_1\jdk\bin..\jre\bin\server\jvm.dll". 

how can both eclipse , jdk working simultaneously?

ensure version of eclipse , jdk match, either both 64-bit or both 32-bit (you can't mix-and-match 32-bit 64-bit). see here


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -