Re: [jBoss-User] jnp Class Not Found

2001-02-08 Thread Charles Mégnin
Hi Rickard, Thanks for your input. Unfortunately, that didn't do it. Adding any path other than $CLASSPATH to the -classpath causes the compiler to not recognize the bean. So javac InterestClient.java from the directory where the client is will compile fine but will give runtime error:

Re: [jBoss-User] jnp Class Not Found

2001-02-08 Thread Luke Taylor
Charles Mgnin wrote: So javac InterestClient.java from the directory where the client is will compile fine but will give runtime error: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is

Re: [jBoss-User] jnp Class Not Found

2001-02-08 Thread Bobby Martin
Original Message Follows From: Charles Mégnin [EMAIL PROTECTED] Reply-To: "jBoss" [EMAIL PROTECTED] To: jBoss [EMAIL PROTECTED] Subject: Re: [jBoss-User] jnp Class Not Found Date: Thu, 08 Feb 2001 07:04:08 -0800 Hi Rickard, Thanks for your input. Unfortunately, that didn't do

RE: [jBoss-User] jnp Class Not Found

2001-02-08 Thread Alexander Klyubin
ss Subject: Re: [jBoss-User] jnp Class Not Found Hi Rickard, Thanks for your input. Unfortunately, that didn't do it. Adding any path other than $CLASSPATH to the -classpath causes the compiler to not recognize the bean. So javac InterestClient.java from the directory where the client is will co

Re: [jBoss-User] jnp Class Not Found

2001-02-07 Thread Rickard Öberg
Hi! Charles Mgnin wrote: I am trying to execute the Interest Client example. No problem compiling the Bean the Client deploying the Bean but running the example gives the following exception: charly@theblueplanet[1]: java org.theblueplanet.ejb.interest.InterestClient

RE: [jBoss-User] jnp Class Not Found

2001-02-07 Thread Alexander Klyubin
Try including your current directory to classpath (or whatever directory where you org/theblueplanet/... classes reside): " .:$$CLASSPATH:/usr/local/jboss/lib/ext/ejb.jar:/usr/local/jboss/client/jboss -client.jar: " Alexander Klyubin -Original Message- From: [EMAIL PROTECTED]