When I start one JVM I use java MyClass in order to run my application, how will do it when two JVMs are running? I am still using the same java.exe from the same folder.
I know I miss something here I just don't know what...
Do you want to run two Java-programs in their own JVM - one Java-Version, but two instances,
- or -
run two different JVMs?
The first case is trivial.
The second needs you to install the second version in a differnet location.
Only one of them is the first found in the path, so you have to call the whole path to second:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.