RE: [JBoss-user] accessing classes in a .war from classes in a .jar

2003-02-25 Thread Sacha Labourey
> The other way round however (accessing classes in a .war from > classes in > a .jar) seems to be impossible whatsoever. The obvious reason probably > being that the .jar doesn't know it should be looking in > WEB-INF/classes. > > Is this correct? Yes. > And if so, what does one need to do if

[JBoss-user] accessing classes in a .war from classes in a .jar

2003-02-25 Thread SainTiss
Hi, it seems like accessing classes in a .jar from classes in a .war is possible if the .jar and .war are in a .ear together. The other way round however (accessing classes in a .war from classes in a .jar) seems to be impossible whatsoever. The obvious reason probably being that the .jar doesn't