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=17942>. 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=17942 JMeter requires Java1.4/Doc sates java1.2 Summary: JMeter requires Java1.4/Doc sates java1.2 Product: JMeter Version: 1.8 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The class org.apache.jorphan.collections.Data contains multiple references to the Java 1.4 String.split(String regex) method (lines 520, 524). As a result, JMeter will not compile using java versions prior to 1.4 and running JMeter on a version of java prior to 1.4 is risky. Ideally, these references would be removed in favor of JMeterUtils.split (String, String) or some other code. Alternatively, the documentation should be updated to accurately reflect the version of java used to compile the distributions. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
