cargar properties externo al .jar

InputStream oInputStream = this.getClass().getClassLoader().getResourceAsStream(pathRelativo); //../../test.properties
Properies pro = new Properties();
pro = oProperties.load(oInputStream);