| Author |
how to load properties file
|
Tamil Elamukil
Greenhorn
Joined: Sep 09, 2009
Posts: 1
|
|
I have a dynamic web project. And i have my .properties file in webcontent/config/myApp.properties
I am able to read the properties file from servlet using
But i have a java class propertyloader.java in some package. All I wanted to do is load this property file from the class instead of servlet.
Any help will be greatly appreciated.
Thanks in advance.
|
 |
Nishan Patel
Ranch Hand
Joined: Sep 07, 2008
Posts: 676
|
|
Hi Tamil,
Welcome to Java Ranch......
Refer below link I think this will solve your problem !!
Load Property File
|
Thanks, Nishan Patel
SCJP 1.5, SCWCD 1.5, OCPJWSD Java Developer,My Blog
|
 |
 |
|
|
subject: how to load properties file
|
|
|