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=10387>. 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=10387 change *.bat's to call java.exe, not java Summary: change *.bat's to call java.exe, not java Product: JMeter Version: unspecified Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] bin/jmeter.bat's last line is java -Xincgc -jar ApacheJMeter.jar %JMETER_CMD_LINE_ARGS% unfortunately, java.dll is in the same directory as java.exe in Sun's j2sdk1.4.0 release. As a result, windows gets confused, and thinks that the 'java' refered to above is 'java.dll' not 'java.exe' and fails to execute. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
