On Tuesday, March 12, 2002, at 04:03 PM, Todd Wilson wrote:
> I think the answer to your question is "yes." Check out the JAR spec > for more on this: http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html. Hmmm. My reading was that jars inside jars were not explicitly supported, and that which is not explicitly supported rarely works with Sun tools. :-(. To wit: "The value of this attribute specifies the relative URLs of the extensions or libraries that this application or extension needs" would imply that it would search the filesystem, given that it is using a URL. > Diane Holt wrote: >> So there must just be some problem with 'java -jar ...' accessing >> lib/log4j.jar when it's inside the HelloWorld.jar file. Is 'java >> -jar ...' supposed to be able to read in >> jars inside the jar that's being 'java -jar ...'d? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
