how to set java_home
PostPosted:Thu Feb 11, 2010 6:27 pm
by ggdd
how to set java_home?
Re: how to set java_home
PostPosted:Fri Feb 12, 2010 5:19 pm
by jllort
Which OS ?
You must install java jdk as is explained in
installation guide. Normally when you install java, is automatically set java running path in your OS environment, you need to set java home if you've got serveral java versions installed in the same server.
Re: how to set java_home
PostPosted:Thu Mar 11, 2010 5:50 pm
by zdundore
The Sun Developers site has instructions on setting the JAVA_HOME variable in both Linux and Windows.
http://developers.sun.com/docs/javacaps ... ome_t.html
Re: how to set java_home
PostPosted:Wed Mar 24, 2010 10:27 am
by mikelangelo11
If you are using Windows OS, please open [Control Pananel]->[System]->[Advanced]tab->[Environment variables].
In the System variable section, add a variable "JAVA_Home" and the value (ex. C:\java Version).