RE: Orion CLASSPATH

2001-04-23 Thread Kemp Randy-W18971

I believe it is internally setting it.  When I transported the Orion and
Orion Primer examples (www.jollem.com) to Jboss (www.jboss.org) as a
learning exercise, I had to define the package settings externally in my
classpath for jboss.  For Orion, I didn't have to do this, but I don't know
what's really going on under the hood. 

-Original Message-
From: Geoffrey Marshall [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:30 AM
To: Orion-Interest
Subject: Orion CLASSPATH


Hello all!

Can anyone tell me what Orion is doing with the CLASSPATH.  I suspect it 
is building
its own or adding to mine simply because it knows how to find certain 
jars that I have not specified anywhere.

Any info appreciated...

--

Geoffrey W. MarshallDirector of Development
---
t e r r a s c o p ephone (415) 951-4944
54 Mint St #110   direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
---




RE: Orion CLASSPATH

2001-04-23 Thread Hani Suleiman

Have a look at META-INF/MANIFEST.MF inside orion.jar, and you'll see
Orion's classpath. Orion uses its own set of classloaders, which have nice
features like automatically picking up any jar/zips from orion/lib, so you
just drop things in there and they work.

On Mon, 23 Apr 2001, Kemp Randy-W18971 wrote:

 I believe it is internally setting it.  When I transported the Orion and
 Orion Primer examples (www.jollem.com) to Jboss (www.jboss.org) as a
 learning exercise, I had to define the package settings externally in my
 classpath for jboss.  For Orion, I didn't have to do this, but I don't know
 what's really going on under the hood. 
 
 -Original Message-
 From: Geoffrey Marshall [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 23, 2001 11:30 AM
 To: Orion-Interest
 Subject: Orion CLASSPATH
 
 
 Hello all!
 
 Can anyone tell me what Orion is doing with the CLASSPATH.  I suspect it 
 is building
 its own or adding to mine simply because it knows how to find certain 
 jars that I have not specified anywhere.
 
 Any info appreciated...
 
 --
 
 Geoffrey W. MarshallDirector of Development
 ---
 t e r r a s c o p ephone (415) 951-4944
 54 Mint St #110   direct (415) 625-0349
 San Francisco, CA  94103 fax (415) 625-0306
 ---
 
 





Re: Orion CLASSPATH

2001-04-23 Thread Robert Krueger

At 09:29 23.04.2001 , you wrote:
Hello all!

Can anyone tell me what Orion is doing with the CLASSPATH.  I suspect it 
is building
its own or adding to mine simply because it knows how to find certain jars 
that I have not specified anywhere.

Any info appreciated...

do yourself a favour and read up on jars and manifest headers, especially 
the class-path header (which orion uses). IMHO you are shooting yourself in 
the foot not knowing or using it. in most cases working with a classpath is 
plain bs especially in development environments where you frequently use 
different combinations/versions of libs.

HTH.

regards,

robert

--

Geoffrey W. MarshallDirector of Development
---
t e r r a s c o p ephone (415) 951-4944
54 Mint St #110   direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
---


(-) Robert Krüger
(-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH
(-) Brüder-Knauß-Str. 79 - 64285 Darmstadt,
(-) Tel: 06151 665401, Fax: 06151 665373
(-) [EMAIL PROTECTED], www.signal7.de





RE: Orion CLASSPATH

2001-04-23 Thread Andre Vanha

The orion jar is using the jar extension mechanism.  If you look at
orion.jar's manifest, you'll see what jars are being added to the classpath
automatically.  You can read more about the jar extension mechanism on Sun's
site.

Andre

-Original Message-
From: Geoffrey Marshall [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 10:30 AM
To: Orion-Interest
Subject: Orion CLASSPATH


Hello all!

Can anyone tell me what Orion is doing with the CLASSPATH.  I suspect it 
is building
its own or adding to mine simply because it knows how to find certain 
jars that I have not specified anywhere.

Any info appreciated...

--

Geoffrey W. MarshallDirector of Development
---
t e r r a s c o p ephone (415) 951-4944
54 Mint St #110   direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
---




Re: Orion CLASSPATH

2001-04-23 Thread Michael Jara

I beleive that orion.jar has a classpath set in the manifest file.  Take a
look at manifest.mf in the orion jar.

Mike

- Original Message -
From: Kemp Randy-W18971 [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 12:00 PM
Subject: RE: Orion CLASSPATH


 I believe it is internally setting it.  When I transported the Orion and
 Orion Primer examples (www.jollem.com) to Jboss (www.jboss.org) as a
 learning exercise, I had to define the package settings externally in my
 classpath for jboss.  For Orion, I didn't have to do this, but I don't
know
 what's really going on under the hood.

 -Original Message-
 From: Geoffrey Marshall [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 23, 2001 11:30 AM
 To: Orion-Interest
 Subject: Orion CLASSPATH


 Hello all!

 Can anyone tell me what Orion is doing with the CLASSPATH.  I suspect it
 is building
 its own or adding to mine simply because it knows how to find certain
 jars that I have not specified anywhere.

 Any info appreciated...

 --

 Geoffrey W. MarshallDirector of Development
 ---
 t e r r a s c o p ephone (415) 951-4944
 54 Mint St #110   direct (415) 625-0349
 San Francisco, CA  94103 fax (415) 625-0306
 ---