hello,
        i am writting a client for the j2ee application sa-client.jar which has 
to be tested on the jboss server.
 the structure of the sa-client.jar is:
    meta-inf
                menifest.mf
                application-client.xml
                jboss-client.xml
    au



my menifest.mf file contains th following:

Manifest-Version: 1.1
Main-Class: au.com.chimo.nextidserver.wsclienttest.EJBRegisterUserTest

when i am trying to run the jar with command :
                                          java -jar sa-client.jar

it is throwing the exception as:
Exception in thread "main" java.lang.NoClassDefFoundError: 

can somebody please see what is going on inside.
  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874781#3874781

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874781


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to