you must put the classes and interfases of the ejb in the classpath
before you execute the client. La JVM can't find the class definition.
i hope this help.
Regards
Cristian.
-----Original Message-----
From: Narra, Lakshmi N [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 8:37 AM
To: [EMAIL PROTECTED]
Subject: need help
HI all,
I am getting the following error while executing the client program which
access a bean running in a different system
E:\NLNTEST\build>java ejb.first.helloClient
Exception in thread "main" java.lang.NoClassDefFoundError:
ejb.first.helloHome
at ejb.first.helloClient.class$(helloClient.java:8)
at ejb.first.helloClient.main(helloClient.java:12)
Can anybody write me what might be the problem, do I need to copy Home and
Remote to client system.
Thanks in advance
N L N
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".