Return to Snippet

Revision: 2583
at March 13, 2007 04:33 by alegno75


Initial Code
Properties properties = new Properties();
try {
    properties.load(new FileInputStream("filename.properties"));
} catch (IOException e) 
{
}

Initial URL
http://www.exampledepot.com/egs/java.util/Props.html

Initial Description


Initial Title
Read properties file

Initial Tags


Initial Language
Java