DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43006>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43006 Summary: Null Pointer Exception if icon.properties file not found Product: JMeter Version: 2.3 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hello, I was building JMeter and when I tried to run it from eclipse, the icon.properties file could not be found. This leads to a NPE, if you look at the code in JMeterUtils.java, line 191: is = JMeterUtils.class.getClassLoader().getResource(file).openStream(); so if the getResource(file) return null, the openStream raises the NPE. Just a detail. Regards. Fernando. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
