AS you probably know your jnlp file you can put some entry for your classpath like this :
| ... | <resources> | <j2se version="1.5"/> | <jar href="lib/MainJar.jar" main="true"/> | <jar href="lib/jbossall-client.jar"/> | ... | </resources> | Your jar entry (./lib/. here) are depends of your jnlp codebase | <jnlp spec="1.0+" codebase="http://XXXX:8080/YYYY" ... | I see noway for you codebase be <JBOSS_ROOT>/client because this is (and it's better) non accessible via http. So put your jbossall-client.jar on http://XXXX:8080/YYYY/lib and it's should work. Regards, Louis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961837#3961837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961837 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
