How do you debug getResource-style methods that are failing, returning null?
I am sure the file it\'s looking for is there, but it\'s returning NULL. How do I know w
I think you should tell Eclipse or your favourite IDE where the JDK (JRE) source files can be found. Then you can step in the methods of the Java Runtime classes too.