如果没有安装JAVA,在运行jmeter.bat后,会提示 Not able to find Java executable or version.Please check your Java installation.
按JMeter官网的说明,最少要安装JRE,但最好安装JDK,因为用到JDK中的keytool。 JMeter is compatible with Java 8 or higher. We highly advise you to install latest minor version of your major version for security and performance reasons. Because JMeter uses only standard Java APIs, please do not file bug reports if your JRE fails to run JMeter because of JRE implementation issues. Although you can use a JRE, it is better to install a JDK as for recording of HTTPS, JMeter needs keytool utility from JDK.
再安装JDK后,安装的是JDK19,报错 Error occurred during initialization of boot layer ...Module java.activation not found 开始以为是因为JRE和JDK一起安装的原因,但卸载了JRE,仍是报这个,后来百度,说是因为JMeter4太旧。 换了JMeter5.0,能启动,也没有卡顿。但仍是不能使用HTTPS。 后来查询,要使用HTTPS,要导入接口网站证书。这个证书需要使用keytool转化为store格式。参考文档如下: https://www.cnblogs.com/benpa...
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。