Page 1 of 1

Can v2.x & v3.x tools coexist?

Posted: Mon Jul 12, 2021 10:53 am
by SeeCwriter
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?

Re: Can v2.x & v3.x tools coexist?

Posted: Mon Jul 12, 2021 2:21 pm
by TomNB
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)

Re: Can v2.x & v3.x tools coexist?

Posted: Mon Jul 12, 2021 3:03 pm
by SeeCwriter
Got it. Thank you.