From: Newj2ee <nu...@jb...> - 2005-03-12 20:22:00
|
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 |