https://bz.apache.org/bugzilla/show_bug.cgi?id=61144
Bug ID: 61144
Summary: jmeter cann't be started on Mac
Product: JMeter
Version: 3.2
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
In the jmeter script, it use _java=`type java | awk '{ print $ NF }'` to get
the java file.
While on my mac machine , it returns
"Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java)"
Why don't use which java, it works fine on my machine.
WeideMacBook-Pro:bin weiyi$ type java
java is hashed (/Library/Internet
Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java)
WeideMacBook-Pro:bin weiyi$ which java
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
--
You are receiving this mail because:
You are the assignee for the bug.