For some reason, Java 8 and Java 9 are installed on my Win10Pro computer.
How to start JMeter?
As I found some information, there are two ways:
1) run the last official JMeter 3.3 with Java 8 using the system variable settings: - I installed sys.variables in the Windows system settings in my Java 8 folder:
JAVA_HOME = C:\Program Files (x86)\Java\jre1.8.0_45\bin
- and run jmeter.bat.
Result: JMeter was still running in java9.
"Error: Java version
2) download the latest version of java9 compatible with apache-JMeter-r1822461: - I have targeted system variables to java9:
C:\Program Files\Java\jdk-9.0.1\bin
- I started jmeter.bat: Result: nothing happened - just blink the cmd window and close it.
What is the problem, what to do? thanks, Martin
source
share