I installed v3.3.2, and in the process I was required to install a new a version of JVM from AdoptOpenJDK. Before doing so, I renamed my v2.9.5 root directory to c:\nburn2.9.5.
I tried to go back to using v2.9.5 by renaming the root dir of v3.3.2 to C:\nburn3.3.2, and renaming v2.9.5 root dir to c:\nburn. But when I try to start Eclipse I get error "Failed to load the JNI shared library...". Can these coexist?
Can v2.x & v3.x tools coexist?
Re: Can v2.x & v3.x tools coexist?
Hello,
They can coexist. The issue is with the PATH variable in windows for the 32-bit vs 64-bit java version.
- In the windows search box type "environment", and you will see an option for "Edit System Environment Variables" pop up, click on it
- In the dialog box select Environment Variables
- In the System Variables section select Path, and Edit
- Use the Up and Down buttons to move the 32-bit (x86) version of Adopt above Adopt (no x86 means 64-bit)
They can coexist. The issue is with the PATH variable in windows for the 32-bit vs 64-bit java version.
- In the windows search box type "environment", and you will see an option for "Edit System Environment Variables" pop up, click on it
- In the dialog box select Environment Variables
- In the System Variables section select Path, and Edit
- Use the Up and Down buttons to move the 32-bit (x86) version of Adopt above Adopt (no x86 means 64-bit)
-
- Posts: 630
- Joined: Mon May 12, 2008 10:55 am
Re: Can v2.x & v3.x tools coexist?
Got it. Thank you.