> -----Original Message----- > From: Rahman, Zahid > Sent: Wednesday, November 15, 2000 3:37 PM > To: 'A mailing list for discussion about Sun Microsystem's Java Servlet > API Technology.' > Subject: RE: HELP WITH DEPLOYMENT TOOL > > > when the .bat file runs on NT 4.0 it sets up a local > session. > it may be looking for local variables in the session > which you need in the .bat file > > i.e. set JAVA_HOME = c:\jdk1.3 > > Also in the registry there is a directory structure > for the Java dev/runtime ( separate). > perhaps you should check that if haven't already. > > You can also have the enviroment variable using the > control panel system > > The verifier may be looking in one place while the > .bat file session may be looking in another session. > > Regards, > Zahid > > > -----Original Message----- > From: Fabro, Loic [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, November 15, 2000 2:44 PM > To: [EMAIL PROTECTED] > Subject: Re: HELP WITH DEPLOYMENT TOOL > > Why platform are you working on? > > ______________ > Lo�c Fabro > Consultant, Advanced Services Group > MicroStrategy > The Power of Intelligent E-Business > > -----Original Message----- > From: Carmelo Zahra [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 15, 2000 8:01 AM > 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
