aspose file tools
The moose likes Java in General and the fly likes loading property file outside a .jar file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "loading property file outside a .jar file" Watch "loading property file outside a .jar file" New topic
Author

loading property file outside a .jar file

Selvakumar Kumarasamy
Greenhorn

Joined: Jul 12, 2007
Posts: 18
Hi,

My application[sample.ear]contains an web module. Property file is stored in the the web module [WEB-INF\Classes\ folder].

In the .ear file ie., outside the .war file there is one util.jar file. A .class file within the util.jar tries to load the proerty file which is available in the .war file. But I am getting MissingResourcebundle exception.

Please help in resolving the problem.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: loading property file outside a .jar file
 
Similar Threads
Deploying My project in Jboss server
EJB reference to Web project
EAR module structure
loading property file outside a .jar file
Websphere Sample Certification Question