The classpath is not an Orion problem but the issue with the JDK 1.2 and up.
If you deploy Orion with the following command line, the classpath is taken
from the Manifest file in orion.jar:

java -jar orion.jar

If you want that the classpath set in environment settings be used, the
following command can be used:

java com.evermind.server.ApplicationServer

You'll have to make sure that all the files in orion directory are atleast
in the classpath. 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 28, 2000 5:47 AM
To: Orion-Interest
Subject: SV: Classpath : Orion On Linux


CLASSPATH variable is worthless in orion...

You have to copy your jar to [orion]/lib directory, then it will be in your
classpath automatically.

Hope this helps :)

Klaus Myrseth
Telenor Mobil AS

-----Opprinnelig melding-----
Fra: Mr Shailesh Joshi [mailto:[EMAIL PROTECTED]]
Sendt: 28. september 1998 14:14
Til: Orion-Interest
Emne: Classpath : Orion On Linux


Hi All


I  have installed Orion 1.3.8 on Linux server.

I have  deployed  beans and running  clients successfully.
The  problem  is the server can't  get  the  Driver in  Class.forName("
....");
I  have  copied driver  class in the <orion-root>  directory; set the
classpath .
But still the server is not able to get the class ?

FROM  WHERE  ORION TAKES  THE  CLASSPATH  ?

With regards
                                                       Shailesh


Reply via email to