1 Reply Latest reply on Jun 11, 2003 1:24 AM by sailing

    Running Client  in not found class

    sailing

      I am very new to JBoss and EJB development. When trying to run the client class (in Eclipse2.1) fails, the error received is as follows:

      Root exception is java.lang.ClassNotFoundException: org.jboss.ejb.plugins.local.LocalHomeProxy (no security manager: RMI class loader disabled)

      so I follow someone's suggestion:put all clenet(in jboss's clinet dir) jar files in classpath,but still not found LocalHomeProxy,but I found LocalHomeProxy in server/default/lib/jboss.jar,I put the file in classpath.

      Now,hava new problem,when clint running,the error received is as follows:

      java.lang.NoClassDefFoundError: org/jboss/system/Service

      what can i do?I can not found org.jboss.system.Service in any jar files.