RE: CLASSPATH setup

2001-02-23 Thread SureTicket.com
Peltonen Sent: Friday, February 23, 2001 7:27 AM To: Orion-Interest Subject: CLASSPATH setup I'm a beginner with Orion and Java setup with Linux. I would like to know if I have setup my system correctly. I have installed the following on my RedHat 6.2 system: postgresql-jdbc-7.0.2-2 jdk-

RE: CLASSPATH setup

2001-02-23 Thread Jeff Schnitzer
Message- >From: Peter Peltonen [mailto:[EMAIL PROTECTED]] >Sent: Friday, February 23, 2001 4:27 AM >To: Orion-Interest >Subject: CLASSPATH setup > > > >I'm a beginner with Orion and Java setup with Linux. I would >like to know if I >have setup my system correct

RE: CLASSPATH setup

2001-02-23 Thread Arved Sandstrom
r Peltonen Sent: Friday, February 23, 2001 8:27 AM To: Orion-Interest Subject: CLASSPATH setup I'm a beginner with Orion and Java setup with Linux. I would like to know if I have setup my system correctly. I have installed the following on my RedHat 6.2 system: postgresql-jdbc-7.0.2-2 jdk-1.2.2

CLASSPATH setup

2001-02-23 Thread Peter Peltonen
I'm a beginner with Orion and Java setup with Linux. I would like to know if I have setup my system correctly. I have installed the following on my RedHat 6.2 system: postgresql-jdbc-7.0.2-2 jdk-1.2.2 j2sdkee-1.2.1 orion-1.4.5 For everything work right, I should have the CLASSPATH variable set

Re: JSP classpath setup

2000-09-08 Thread Matt Brunner
Orion should look by default at the WEB-INF/lib directory for jar files of classes and also in WEB-INF/classes directory for loose classes. Also the classes in the WEB-INF/classes override the ones in jar files in the WEB-INF/lib directory. Hope this helps - Matt Jitendra Kothari wrote: > Hi

JSP classpath setup

2000-09-08 Thread Jitendra Kothari
Hi Folks, I am importing java classes that I wrote in JSP pages using <@page import... tag. However, Orion is not able to find my classes in import. I have included my directores in the system classpath. Looks like Orion does not use system classpath. Is there a Orion specific classpath that