By: Ruben Misrahi - rnmisrahi
JAVA_HOME
2003-03-05 09:07
Does anyone know what we are supposed to set this to?
When I try build.xml I get a message that JAVA_HOME is not set or perhaps is not set properly.
HELP!
By: Teodor Danciu - teodord
RE: JAVA_HOME
2003-03-05 09:39
Hi,
You have to set an environment variable called
JAVA_HOME to point to the root directory of your
JDK installation.
On Windows, this would be equivalent to something
like the following command line:
>set JAVA_HOME=c:\j2sdk1.4.1
I hope this helps.
Teodor
JAVA_HOME
2003-03-05 09:07
Does anyone know what we are supposed to set this to?
When I try build.xml I get a message that JAVA_HOME is not set or perhaps is not set properly.
HELP!
By: Teodor Danciu - teodord
RE: JAVA_HOME
2003-03-05 09:39
Hi,
You have to set an environment variable called
JAVA_HOME to point to the root directory of your
JDK installation.
On Windows, this would be equivalent to something
like the following command line:
>set JAVA_HOME=c:\j2sdk1.4.1
I hope this helps.
Teodor
0 Answers:
No answers yet