Geoff Fortytwo <[EMAIL PROTECTED]> writes: > It would be better if TurbineConfig had an additional constructor > which allows the user to specify a class location. TurbineConfig would > then use the java.util.ResourceBundle.getBundle function to load the > properties file.
You actually want ClassLoader::getResourceAsStream(String), which takes a patch relative to your classpaths. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
