Shouldn't it be orion-primer-client.jar?
-----Original Message-----
From: Daniel C. DiCesare [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 4:48 AM
To: Orion-Interest
Subject: Re: Client application
Frank,
I followed your example and deployed the orion-primer application. I copied
the necessary JAR's into my directory along with the jndi.properties file. I
also copied the orion-primer-client.jar into my directory. I then ran the
following
java -classpath .:orion.jar:ejb.jar:jndi.jar:orion-primer-clinet.jar
hello.client.HelloClient
I got the following error:
Exception in thread "main" java.lang.NoClassDefFoundError:
hello/client/HelloClient
Any idea?
-Danno
