Arc Forumnew | comments | leaders | submitlogin
1 point by rocketnia 4319 days ago | link | parent

Yeah, that's the JRE....

I'd look at your PATH and JAVA_HOME environment variables. If they refer to a JRE directory, change that to the JDK directory. Then start a new shell and see if "java -version" has changed.

In the meantime, if you manually invoke the full path to your JDK's java.exe with the -version option, you can see if that one's even a server VM to begin with. :-p If it isn't, maybe try "C:\...\java.exe -server -version" to be sure.



1 point by jsgrahamus 4318 days ago | link

Thanks, Rocketnia. That did the trick.

Steve

-----