String myResource = .... ; InputStream is = getClass().getResourceAsStream(myResource); System.out.println (myResource + " is " + (is==null?"not":"") + " on the classpath");
Post a Comment
No comments:
Post a Comment