-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
>
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
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
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.