You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2002/07/02 01:02:21 UTC

DO NOT REPLY [Bug 10387] New: - change *.bat's to call java.exe, not java

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: jmeter-dev@jakarta.apache.org
        ReportedBy: pklein@lehman.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>