1. 程式人生 > >jmeter源碼導入eclipse步驟

jmeter源碼導入eclipse步驟

java ssp apach org eclips filesyste new XML pat

1.新建標準java項目
2.右擊項目選import filesystem 將apache-jmeter-4.0整個目錄勾選allow output folders for source folders
3.勾選apache-jmeter-4.0點擊finish
4.右擊項目show in terminal
5.輸入2個命令del .classpath
rename eclipse.classpath .classpath
6.ant添加該項目下的ant的構建文件build.xml
7.雙擊ant中的download_jars
8.右擊src/core org.apache.jmeter.NewDriver run as java aplication

jmeter源碼導入eclipse步驟