[Openjnlp-devel] How to getResource from war and jar within war?
Brought to you by:
kherr
From: Hanasaki J. <han...@ha...> - 2002-07-03 01:00:57
|
There is a single WAR file being deployed under tomcat 4+. The WAR contains several .jar files as resources The .jar files contain code and images The WAR contains subdirectories with images I am looking for a method that will load .gif images from any/all of the above locations. class.getResource is returning URL's of null. Please provide help if you can. Thank you. |