Re: Tomcat classpath fpr jar-within-jar

2010-04-27 Thread Ronald Klop
Op maandag, 26 april 2010 19:00 schreef Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronald, On 4/26/2010 8:53 AM, Ronald Klop wrote: That is not possible in Java (not only in Tomcat, but not possible in any java application). You

Tomcat classpath fpr jar-within-jar

2010-04-26 Thread Adam Lipscombe
Folks, Firstly, apologies if this question is a no-brainer. I have a war file containing a jar file (jar A) in the WEB-INF/lib directory. Jar A contains another another jar file (jar B). The structure of Jar A is class files under com/... and jar B. Classes inside jar B do not seem to be

Re: Tomcat classpath fpr jar-within-jar

2010-04-26 Thread Ronald Klop
That is not possible in Java (not only in Tomcat, but not possible in any java application). You must extract jar B from jar A and put both on the classpath. But it would be a nice feature and you can probably vote for an issue about it in the bug database of Sun/Oracle. Ronald. Op maandag,

Re: Tomcat classpath fpr jar-within-jar

2010-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronald, On 4/26/2010 8:53 AM, Ronald Klop wrote: That is not possible in Java (not only in Tomcat, but not possible in any java application). You must extract jar B from jar A and put both on the classpath. But it would be a nice feature and