"Yonn M. Samuels" wrote:

> Does anyone know where I can verify my jrun classpath?  Because it's set in
> the jsm.properties file, it can obviously be different from that set in my
> autoexec.bat (win 98).  Where the !?@#$ is it.
>
> muchos thanks

I don't know if JRun uses it unmodified or not, but you can get the system
CLASSPATH like this:

    String classpath = System.getProperty("java.class.path");

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to