Posted By:
Erik_Hatcher
Posted On:
Friday, March 1, 2002 06:11 PM
Is JAVA_HOME set properly?
Posted By:
Erik_Schalburg
Posted On:
Wednesday, February 27, 2002 08:39 AM
Do you have the JAVA_HOME environment variable set? In Windows you would do it as follows, assuming you are using the JDK in C:javajdk1.3 (substitute this for whatever directory java is really installed in):
set JAVA_HOME=c:javajdk1.3
Hope that helps,
Erik