We Are Going To Discuss About Why am i not able to click on open icon in Jmeter?. So lets Start this Java Article.
Why am i not able to click on open icon in Jmeter?
- Why am i not able to click on open icon in Jmeter?
The solution was changing the theme!
Try the following:Open JMeter -> Options -> Look and Feel -> Select System theme. Restart JMeter.
- not able to click on open icon in Jmeter
The solution was changing the theme!
Try the following:Open JMeter -> Options -> Look and Feel -> Select System theme. Restart JMeter.
Solution 1
Consider changing your JMeter Theme to Windows Classic(Options -> Look and Feel -> Windows classic)
Original Author Of This Content
Solution 2
The solution was changing the theme!
Try the following:
Open JMeter -> Options -> Look and Feel -> Select System theme.
Restart JMeter.
Original Author Of This Content
Solution 3
This might be related to the dark mode of JMeter. Atleast for me this solved the issue by changing it to non-dark theme.
System Info :
OS – macOS Big Sur
Jmeter Version – 5.4.1
Java version – 16
Reference
Original Author Of This Content
Solution 4
I had the same issue, found this workaround, which is not working for me:
adding the following to the
JAVA9_OPTS
variable in jmeter.bat:--add-opens=java.desktop/sun.awt.shell=ALL-UNNAMED
Source: https://bz.apache.org/bugzilla/show_bug.cgi?id=65300#c3
Instead, using the 5.5 snapshot of JMeter of today is working for me: https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/lastSuccessfulBuild/artifact/src/dist/build/distributions/
Original Author Of This Content
Conclusion
So This is all About This Tutorial. Hope This Tutorial Helped You. Thank You.