You need an environment variable called JAVA_HOME
and the value set to point to you jdk directory.

e.g.  JAVA_HOME = C:\JDK1.3

setting up of environment variable depends on operating system.
regard,
Zahid
> -----Original Message-----
> From: Carmelo Zahra [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, November 15, 2000 1:01 PM
> To:   [EMAIL PROTECTED]
> Subject:      HELP WITH DEPLOYMENT TOOL
>
> My first problem is that the following piece of code
> in the deploytool.bat is not working.
>
> %JAVA_HOME%\bin\java.exe
>
> When I execute the above line in my batch file .. the java program
> executes
>
> if EXIST "%JAVA_HOME%\bin\java.exe" goto CONT3
> echo ERROR: Set JAVA_HOME to the path of a valid jdk.
> goto END
> :CONT3
>
> The above displays the error message.
>
> My second problem ...
>
> During the deployment process the error could not execute JAVAC is being
> displayed.
>
> Any help would be immensely appreciated
> carl
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to