How do I run the application client (app-client.jar) from the command line without ANT? It runs fine using the ANT command mentioned in the tutorial. I want to know exact what needs to be installed on the client machine in order to connect to the server to run. Things I have tried:
I unpacked the app-client.jar file and added its main class to the manifest. I then ran: java -jar app-client.jar The GUI displays but doesnt work and I get the following output: Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/ebank/ejb/customer/CustomerControllerHome | at com.sun.ebank.appclient.EventHandle.<init>(Unknown Source) | at com.sun.ebank.appclient.BankAdmin.main(Unknown Source) I have also tried using the "appclient" executable that comes with the J2EE distrubtion to run the client and also had no luck. Am I missing something? Any help would be great as I am having trouble finding documentation outside of the J2EE tutorial and the JBOSS getting started tutorial. If you have any good documetion sources that would be great too. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834687#3834687 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834687 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
