try this

set path=c:\jdk\bin;c:\jsdk2.0\bin;

instead of

set path=c:\jdk\bin,c:\jsdk2.0\bin;

Martin, Arvind (CAP) schrieb:
>
> Could any body help me !
> I have downloaded the jdk1.2 into my machine and set the classpath and path
> as below
> set path=c:\jdk\bin,c:\jsdk2.0\bin;
> set classpath=c:\jdk\lib\classes.zip,c:\jsdk2.0\lib\jsdk.jar;
> but when i try to compile a servlet it does not compile.
> it says "name specified is not present as a command blah blah.." on the dos
> mode.
>
> ___________________________________________________________________________
> 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