I am trying to deploy the sample InterestClient.
when I run the client I got a error:
java -classpath $$CLASSPATH:\
/usr/local/jboss/lib/ext/ejb.jar:/usr/local/jboss/client/jboss-client.jar \
InterestClient
Got context
Got reference
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/rmi/PortableRemoteObject
at InterestClient.main(InterestClient.java:48)
