Sharing Java Runtime Environment
828678Jan 5 2011 — edited Jan 14 2011Greetings Everyone,
Kindly guide me to thread if this had been posted before. I've tried to search for it and could not find a clue or related thread.
Here's what I'm trying to achieve:
1) I want to setup a JRE that runs on a network drive.
2) This JRE is shared over the network drive, contains together for multiplatform support (Windows 32bit/64bit, Unix 32bit/64bit). I guess I'm going to make different version shared on different folder?
3) Once the JRE had been shared, I will set the JAVA_HOME path to the network drive location.
4) I will run a Java-required application from a different machine, which will load the JRE from the network drive and runs the program.
I believe this is possible but I did not have the steps and guidance. Appreciate if any of you here able to assist me.
Million thanks in advance!