Change the deployment tool to print out what it thinks JAVA_HOME is
Verify that the compiler and interpreters work using the command from the
command line in
the MS-DOS VM or console
after making the JAVA_HOME directory your current directory.

Because of the space in the directory you may need to put the command in
quotes or use the
MS-DOS compatible name for the directory in the JAVA_HOME variable

Jay A. Schmitendorf
----- Original Message -----
From: "Carmelo Zahra" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 15, 2000 6:24 AM
Subject: Re: HELP WITH DEPLOYMENT TOOL


> done that ....
>
> -----Original Message-----
> From: Rahman, Zahid [mailto:[EMAIL PROTECTED]]
> Sent: 15 November 2000 15:19
> To: [EMAIL PROTECTED]
> Subject: Re: HELP WITH DEPLOYMENT TOOL
>
>
> 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
>
>
___________________________________________________________________________
> 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