I wanted to run a jar with the following command.
java -jar test.jar
What I need to add to the command so that I can get jre path info which it will be running against. ANd also How can I force above jar to run against particilar jvm.
Please help.