Hi,
 
I need to run the following method:
 
    ClassLoader.getSystemResource ( "system.prefs" )
 
and have it give me a file I've created.  From the JBoss documentation, I gather that I should create a jar file, place system.prefs in it, and place the jar file in the JBOSS_ROOT/lib directory.  However, this doesn't seem to actually work. 
 
How can I make a file available as a System resource? 
 
 
    Thanks very much,
       Eric

Reply via email to