Hi,

I try to write a small swing client to test our EJB. The Ejb is deployed
on a Weblogic 8.1 server.
I made an executable jar file (thanks to
<http://maven.apache.org/plugins/maven-jar-plugin/examples/executable-ja
r.html>) so when I run java -jar myJar.jar, it works fine. But the
generated jar file is very lightweight and doesn't include needed jar
(commons-lang, weblogic-8.1.jar). How can I do that ?

The generated manifest file tells that the classpath is easy (as if all
jar files were in the current directory, witch is not true : all jar are
in the repository)

-- 
Jean-Philippe CARUANA
site http://perso.enstimac.fr/~caruana/
blog http://demostene.tumblr.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to