Could you be a bit more specific
????
set YOUR_HOME="C:\Progarm Files\Apache Tocat 4.0\common\lib\servlet.jar" is
this right?
set JDK_PATH=C:\jdk1.3.1_02
--> I don't quite understand the
%YOUR_HOME%

thanks for your patience.

----- Original Message -----
From: "Williams, William H"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 25, 2002 11:26 AM
Subject: Re: classpath/package question?


> set YOUR_HOME=C:\Program Files\??????
> set JDK_PATH=C:\jdk\1.?
> cd %YOUR_HOME%
>
> Make YOUR_HOME relative to the working directory.
> This is required because there is a limit on how long environment
variables
> like CLASSPATH can be.
>
> set YOUR_HOME=.
>
> set CLASSPATH=
>
> set CLASSPATH=%CLASSPATH%;%JDK_PATH%\lib\tools.jar
>
> set CLASSPATH=%CLASSPATH%;%YOUR_HOME%\lib\????.jar
>
> set CLASSPATH=%CLASSPATH%;%YOUR_HOME%\beans\????.jar
>
> %JDK_PATH%\bin\java YourStuff %ARGS%
>
>
___________________________________________________________________________
> 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