I Found The solution!!! :P for launch the client at the command line, it's necesary:
1- have in the classpath system variable the location of the Workspace of the project 2- Have in the classpath system variable the location at the file .jar Contains descripcion of Clients Server ( in my Case i work with Jboos and this file is Jbossall-client.jar) 3- when you start the cliente: java pakeges_Name.Client_name in my case the package contais the client it's : Calculadora.Ejb then y srtart the client whit the followin : Java Calculadora.Ejb.Client View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869894#3869894 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869894 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
