jvm manager
-
Why would you want that?
You have the thought that modern physics just relay on assumptions, that somehow depends on a smile of a cat, which isn’t there.( Albert Einstein)
-
Why would you want that?
You have the thought that modern physics just relay on assumptions, that somehow depends on a smile of a cat, which isn’t there.( Albert Einstein)
-
Installing multiple copies of Java on a single machine is a fairly trivial task. If you give us more information about what you are trying to achieve or what problems you are having, we might be able to help you more with your problem.
-
Installing multiple copies of Java on a single machine is a fairly trivial task. If you give us more information about what you are trying to achieve or what problems you are having, we might be able to help you more with your problem.
i want to install different versions of java or can say that jdk or jre in same directory. so for this i want to develop te code or software which will be showing different version of jvm that are being instaled and when i try to install a new version then it will show the previous one that it is already there and will show the new one which i want to install and when i select the new one then it will install it.when i want to or wish that jvm will run according to it.
-
i want to install different versions of java or can say that jdk or jre in same directory. so for this i want to develop te code or software which will be showing different version of jvm that are being instaled and when i try to install a new version then it will show the previous one that it is already there and will show the new one which i want to install and when i select the new one then it will install it.when i want to or wish that jvm will run according to it.
From a simplistic view, when you run a program it will be launched using the correct jre. You should not need to worry about installing multiple runtimes as they are designed to be able to run different versions on one physical box. At development time, if you use netbeans you can specify the runtime to use; the information is in the help files.
Panic, Chaos, Destruction. My work here is done.
-
From a simplistic view, when you run a program it will be launched using the correct jre. You should not need to worry about installing multiple runtimes as they are designed to be able to run different versions on one physical box. At development time, if you use netbeans you can specify the runtime to use; the information is in the help files.
Panic, Chaos, Destruction. My work here is done.
same goes for eclipse. You can install more than one vm and choose on the preferences which vm eclipse should use - and you can choose which vm the specified project should use. It's better to keep your vm updated and simply switch compilance levels.
I never finish anyth...