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
Post a Comment