You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installed a Java version from jvms releases so that "c:/Program Files/jvms/store" folder gets created
created a new folder "c:/Program Files/jvms/store/8u121"
downloaded oracle Java version 8u121 and installed it directly in "c:/Program Files/jvms/store/8u121/"
That is when I got the same error as described in above comments.
Running terminal as administrator and playing with jvms commands seem to work just fine. But when I run java -version I always got the one specific version.
Solution:
Open windows environment variables, go to system "Path" variable and make sure that
"C:/Program Files (x86)/jdk/bin
"C:/Program Files/jvms
are listed before any other entry that has to do with java (oracle Java installer created its own entries for java here and listed them on top of the Path list)
The text was updated successfully, but these errors were encountered: