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
