DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13995>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13995 file:// URL in Help.java should be file:/// Summary: file:// URL in Help.java should be file:/// Product: JMeter Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When used with JRE 1.3.1_01, the GUI fails to load, complaining that it cannot find file://C:\jakarta-jmeter/docs/usermanual/component_reference.html because the host "C" does not exist. This is because the "file:" URL in src\core\org\apache\jmeter\gui\action\Help.java only has two //; it should have 3, i.e. it should be: private static String helpPage = "file:///" + JMeterUtils.getJMeterHome() + "/docs/usermanual/component_reference.html"; The problem does not show up on JDK 1.4.1 - perhaps it is more tolerant? When fixed, it works on both 1.3.1_01 and 1.4.1. HTH BTW, Version 1.8 seems to be missing from Bugzilla ... -- To unsubscribe, e-mail: <mailto:jmeter-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jmeter-dev-help@;jakarta.apache.org>
