I have tried to run the test applications in Orion but canīt get them to work, for example when I try :
 
java -classpath ../../../orion.jar;../../../ejb.jar;../../../jndi.jar ProductClient  
 
I get the following:
 
Exception in thread "main" java.lang.NoClassDefFoundError: ProductClient
 
And if I try to compile the class like this:
 
javac -classpath ../../../orion.jar;../../../ejb.jar;../../../jndi.jar ProductClient.java
 
I get the following:
ProductClient.java:28: cannot resolve symbol
symbol : class ProductHome
location: class ProductClient
                                    ProductHome home = (ProductHome)PortableRemoteObjectnarrow(homeObject, ProductHome.class)......
 
 
If you now what I should do please respond.
 
/Carl
   
 

Reply via email to