I have a problem configuring Jonas. The problem occurs both when starting
EJBServer as well as when compiling the demo applications. I get the
following error when starting EJBServer:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/objectweb/jonas/server/Server

When attempting to compile the session bean demo application I get the
following errors(and other related errors):

                                ^
ClientOp.java:31: Class javax.naming.InitialContext not found in import.
import javax.naming.InitialContext;
       ^
ClientOp.java:32: Class javax.naming.Context not found in import.
import javax.naming.Context;
       ^
ClientOp.java:33: Class javax.transaction.UserTransaction not found in
import.
import javax.transaction.UserTransaction;
       ^
ClientOp.java:34: Class javax.rmi.PortableRemoteObject not found in import.
import javax.rmi.PortableRemoteObject;
       ^
ClientOp.java:35: Class org.objectweb.jonas.common.Trace not found in
import.
import org.objectweb.jonas.common.Trace;
       ^

I have keenly followed the installation instructions in the documentation
but this has not solved my problem. Is there something I am missing out?

I will appreciate any assistance.
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to