URL confURL = $Clase$.class.getClassLoader().getResource("fichero.properties"); if (confURL == null) { confURL = ClassLoader.getSystemResource("fichero.properties"); } Properties confProp=new Properties(); confProp.load(confURL.openStream());