How to load property file using class loader.

Hi,I am keeping all my config properties required to establish JDBC connection in a property file. Now I am trying to use web start to launch the application.Could someone help me, how to specify the properties file using classloader.thanks
[268 byte] By [zeezeea] at [2007-10-1 1:28:10]
# 1
tryInputStream is = getClass().getClassLoader().getResourceAsInputStream(resourceName);
Peter-Lawreya at 2007-7-8 1:49:24 > top of Java-index,Desktop,Deploying...