Thank you!

I have now gotten beyond the security manager error and on to my next problem!

I apologize for not reading up more on classpath, etc. I am no longer a full
time programmer -- I'm just trying to get a flavor for what kinds of things can
be done with ejb's so I can know when and how to incorporate them into our
clients' solutions. I understand things better if I do a little hands-on and
that leads me into the situation I'm in here -- knowing just enough to get
myself in trouble.

I suppose I should just be patient and wait for a tutorial on deployment.
(Which, by the way, I would be willing to test-drive -- I think I'm ignorant
enough to make a pretty good test subject.)

Finally, does anyone have recommendations for a source for basic information
such as how classpaths work? I don't recall anything about .jar files in
classpaths in the last Java book that I read, so I probably need to update my
library a bit.

Ken

----- Original Message -----
From: "Rickard �berg" <[EMAIL PROTECTED]>
To: "jBoss" <[EMAIL PROTECTED]>
Sent: Monday, June 19, 2000 4:38 PM
Subject: Re: [jBoss-User] "no security manager: RMI class loader disabled"


Hi!

Kenneth Reed wrote:
> I have jboss-client.jar in my client's directory along with the other .jar
files
> from the client directory. My CLASSPATH environment variable is defined as:
>
> CLASSPATH=C:\JavaApps\com\titan\client;.
>
> Where c:\JavaApps\com\titan\client is the directory from which I am running
the
> client.
>
> Do I need to change the classpath to:
>
> CLASSPATH=C:\JavaApps\com\titan\client\jboss-client.jar;.?

Yes. Read up on how classpath's work, please. Pointing to a directory
assumes that you have .class files in there.

/Rickard

--
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to