If anyone has any insight into the following I'd love to hear it. I have the following piece of code. String classPath = System.getProperty("java.class.path","."); System.out.println("classpath here is " + classPath); ResourceBundle bundle = ResourceBundle.getBundle("vipsvk");
Everytime I run this I get a MissingResourceException yet the classpath display shows up the directory which contains vipsvk.properties quite clearly. How is it possible that getBundle cannot find the vipsvk.properties file yet the line immediately before it shows that the correct directory is in the classpath? Thanks for any help as this is driving me up the wall. Payl
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.