Re: Classpath settings - Ver 1.1.30

2000-07-26 Thread Todd McGrath
-Xbootclasspath/p:/usr/local/orion/lib/pja.jar -jar orion.jar Seems sort of odd, but heck it's working. Todd > > -Original Message- > From: Todd McGrath <[EMAIL PROTECTED]> > To: Orion-Interest <[EMAIL PROTECTED]> > Date: Tuesday, July 25, 2000 11:28 PM >

Re: Classpath settings - Ver 1.1.30

2000-07-26 Thread wim veninga
day, July 25, 2000 11:28 PM Subject: Classpath settings - Ver 1.1.30 >Hello, > >I having problems getting a helper jar in my classpath. Servlets, my >own classes, ejb, jb, all working fine. > >here's a code snippet from my servlet: > >public void init(Serv

Re: Classpath settings - Ver 1.1.30

2000-07-25 Thread Eric Richardson
Hi Todd, Do you have an EAR file or directory structure? If you do, I would put the jars in the web-app (your WAR inside the EAR) in the WEB-INF/lib directory. Hope this helps, Eric :-) Todd McGrath wrote: Hello, I having problems getting a helper jar in my classpath.  Servlets, my own classes, e

Classpath settings - Ver 1.1.30

2000-07-25 Thread Todd McGrath
Hello, I having problems getting a helper jar in my classpath. Servlets, my own classes, ejb, jb, all working fine. here's a code snippet from my servlet: public void init(ServletConfig config) throws ServletException { super.init(config); System.out.println("here?3"); System.out.