if your project is a war do not use the manifest class-path, just get your
utility jar into WEB-INF/lib
if its an ear, still don't use the manifest class-path but put it in lib/ in
the ear (this is an javaee 5 feature that works better than manifest class-path)
Or use a geronimo plan, install t
Hi,
I would suspect that one needs to add utility JARs via "Deployment
Assembly" under Eclipse Helios and via "J2EE Module Dependencies"
under pre Eclipse Helios versions. The "Java Build Path" does NOT do
the trick cause it is a development time setting rather than a runtime
setting.
Technically
Hello,
I have a problem with making a utility library for Geronimo 2.2 in Eclipse
(newest Eclipse Java EE).
I idea is to create a project (New Project -> Utility Project) make few
shared classes for other projects and then use it in other applications
(Dynamic Web Project). I add the utility pro
Hello!
Is it possible to get a snapshot of wiki documentation, or to download
geronimo docs as PDF for offline reading?
Kind regards
Peter