S
SteM
Hi all,
i need to understand some points about java:
1. how can i know which jres are installed on my PC (Windows)?
1.1 how can i know which is the currently selected as default?
2. can i select one of them on the command line launching an application to
be sure it will run on the wanted VM? I mean something like 'java -jar
myapp.jar -ver1.6', even if the 1.6 is not the currently selected jvm as
default.
3. I have two jar files: with the command line i run the first; it is
possible to launch programmately the second jar from the first jar code?
Thanks a lot !!
i need to understand some points about java:
1. how can i know which jres are installed on my PC (Windows)?
1.1 how can i know which is the currently selected as default?
2. can i select one of them on the command line launching an application to
be sure it will run on the wanted VM? I mean something like 'java -jar
myapp.jar -ver1.6', even if the 1.6 is not the currently selected jvm as
default.
3. I have two jar files: with the command line i run the first; it is
possible to launch programmately the second jar from the first jar code?
Thanks a lot !!