1.下载源码
我是在github上克隆了https://github.com/apache/jmeter到自己的地址https://github.com/shenyanf/jmeter
使用TortoiseGit拉取到本地D:\workspace\jmeter
安装git、TortoiseGit步骤略,当然也可以在jmeter官网上下载源码包然后解压
2.在eclipse新建一个Java Project,例如jmeter3,在jmeter3右键Import》File System
3.消除红X
ant download_jars或者直接从jmeter安装路径D:\apache-jmeter-3.1\lib中拷贝所有jars,把jarsBuild Path –> configure build path > Add External JARs
4.修改.classpath文件
del .classpath
ren eclipse.classpath .classpath
5.重启eclipse
6.拷贝jmeter.properties到bin路径下
7.上述操作完成以后,再次选择该项目,右键选择NewDriver这个main类, 选择 Run As –> Run Configuration, 按照下面的操作,就完美的解决了上面的报错