Use should add the current folder to your classpath:
.;../../../orion.jar;../.......
Frank
On Thursday, September 28, 2000 8:16 PM, Carl Troedsson [SMTP:[EMAIL PROTECTED]]
wrote:
> 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
>
>
> << File: ATT00008.html >>