[jboss-user] [EJB 3.0] - Re: Startproblem at EJB-Client

2007-04-04 Thread argonist
That's right. I have only JAVA 5. But I've been tried to use different classpath. for example: anonymous wrote : | java -classpath /home/ponte/jboss-4.0.5.GA/client/*.jar:titan.jar com.titan.clients.Client | But it don't work. regards Manu View the original post :

[jboss-user] [EJB 3.0] - Re: Startproblem at EJB-Client

2007-04-04 Thread fhh
I said: anonymous wrote : | Wildcards on the classpath are only supported in Java 6. | You said: anonymous wrote : | That's right. I have only JAVA 5. [...] But it don't work. | Well... I'm not sure where the but comes from. Obviously it will not work. Regards Felix View the

[jboss-user] [EJB 3.0] - Re: Startproblem at EJB-Client

2007-04-03 Thread fhh
anonymous wrote : | java -classpath {JBOSS_HOME}/client/*.jar:titan.jar com.titan.clients.Client | I think wildcards on the classpath are only supported in Java 6 and then it is classpath ${JBOSS_HOME}/client/*. The extension .jar is appended automatically. Regards Felix View the