This content has been marked as final.
Show 1 reply
-
1. Re: How run test application for EJB without Eclipse
alexkomlev Mar 9, 2007 12:32 PM (in response to alexkomlev)Here the decision of a problem :-)
Put i one folder Bean ang Client jar and run script:
set CLASSPATH=%JBOSS_HOME%\client\jbossall-client.jar;
set CLASSPATH=c:\Client.jar;%CLASSPATH%
java ClientMainClass
And all works without errors and warnings