On Tue, 13 Feb 2001, you wrote:
> Hi,
> I looked through the archives for this question, so I apologize if this has 
> been asked before.
> I have JRun currently running as our test app server. I would like to test 
> jboss as an alternative.
> I have jboss running on my Linux 7.0 development box. I am trying to run the 
> Interest client example. I get context and reference to the bean, but cannot 
> narrow with PortableRemoteObject because of a ClassNotFoundException. I 
> obviously have a classpath problem. I am following the jboss guide and using 
> the following command:
> 
> java -classpath 
> $CLASSPATH:/usr/local/jboss/lib/ext/ejb.jar:/usr/local/jboss/client/jboss-client.jar
> 
> If I put the j2ee.jar in the classpath(which JRun needs), then I get ioser12 
> shared library not found. Does another jar under jboss have the 
> PortableRemoteObject class?
> I am running this from /usr/local/jboss/examples.

Arrrrrgh!  Run for the hills!  j2ee.jar is present!

Don't put j2ee.jar in your classpath, it's bad.

The javax.rmi package comes with jdk1.3, so use that if you can, otherwise get
the RMI/IIOP package from java.sun.com.

Tom


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to