Can v2.x & v3.x tools coexist?

Discussion to talk about software related topics only.
Post Reply
SeeCwriter
Posts: 605
Joined: Mon May 12, 2008 10:55 am

Can v2.x & v3.x tools coexist?

Post 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?
User avatar
TomNB
Posts: 538
Joined: Tue May 10, 2016 8:22 am

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

Post 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)
SeeCwriter
Posts: 605
Joined: Mon May 12, 2008 10:55 am

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

Post by SeeCwriter »

Got it. Thank you.
Post Reply