Re: connecting to jar files - how hard can I make it?



On Mon, 29 May 2006 15:36:23 +0800, Thomas Weidenfeller wrote
(in article <e5e89o$8qu$1@xxxxxxxxxxxxxxxxxxxxxx>):

Doug wrote:
java -jar -cp ./ ./webadmin/dist/lib/webadmin.jar

http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/java.html#-jar

This is an FAQ.

Classpath settings outside the manifest file are ignored when you use
the -jar option.

/Thomas


I thought manifest files only applied to the jar that they were in , not to
multiple jars.

.