1 Reply Latest reply on Aug 18, 2005 9:46 AM by grinya

    RUN EJB PROBLEM

    sumanth

      hi

      I am new to JAVA i have set up all the environment variable and other stuff to run a small EJB example using JBOSS i have followed all the steps to execute it but the last step to invoke the client is not working .
      when i type the command in a single line it scrolls down instead of invoking the client can any body tell me like is there any thing wrong in command.

      java -classpath helloclient.jar;%LIBDIR%\jnp-client.jar;%LIBDIR%\jboss-common-client.jar;
      %LIBDIR%\jboss-j2ee.jar;%LIBDIR%\jboss-net-client.jar;%LIBDIR%\jbossall-client.jar;;%LIBDIR%\jnet.jar
      com.examples.HelloClient