At first, thanks for your answer ;)

I'm trying to run the client from a ms-dos command line. I go to the client's 
directory and I try to start the client doing this:

java Client 

later I try this other one:

java -cp (and next, path libraries) Client

In Eclipse's Workspace I found a .Classpath file with the following code:

<?xml version="1.0" encoding="UTF-8"?>
  | <classpath>
  |     <classpathentry kind="src" path="src"/>
  |     <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  |     <classpathentry exported="true" kind="con" 
path="org.jboss.ide.eclipse.jdt.core.classpath.j2ee-1.3"/>
  |     <classpathentry kind="lib" 
path="E:/PFC/jboss_home/server/default/lib/log4j.jar"/>
  |     <classpathentry 
sourcepath="E:/PFC/jboss_home/server/default/lib/jnpserver.jar" kind="lib" 
path="E:/PFC/jboss_home/server/default/lib/jnpserver.jar"/>
  |     <classpathentry kind="lib" 
path="E:/PFC/jboss_home/client/jbossall-client.jar"/>
  |     <classpathentry kind="lib" 
path="E:/PFC/jboss_home/server/default/appserver.jar"/>
  |     <classpathentry kind="output" path="bin"/>
  | </classpath>
  | 

I also try to add this paths in the Classpath system, but it doesn't works.
I have the client in this path:
E:\Eclipse\Workspace\calculadora\bin\calculadora\ejb\Client.class
and I try to run it from the same path

Any idea for help me?  Thanks!!!!!!!!!!!!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869886#3869886

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869886


-------------------------------------------------------
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

Reply via email to