> >From what I can tell, it is not possible ( via
>
[quoted text clipped - 4 lines]
>
> Thanks
Actually, as a follow-up, if a JAR within a JAR is not possible - what
is a good way to deploy a project from Eclipse so everything is
deployed to the appropriate location?
Andrew Thompson - 31 May 2007 15:56 GMT
>> >From what I can tell, it is not possible ...
>>> ..include a JAR file within my project's JAR file and
>>> still access that internal JAR file?
Sure. You would need to download and expand that
to a separate archive before doing any further class or
resource loading from it, but it is possible.
>Actually, as a follow-up, if a JAR within a JAR is not possible - what
>is a good way to deploy a project from Eclipse so everything is
>deployed to the appropriate location?
Web start.

Signature
Andrew Thompson
http://www.athompson.info/andrew/