- Performance Testing with JMeter 3(Third Edition)
- Bayo Erinle
- 110字
- 2021-07-02 19:07:10
JMeter's classpath
Since JMeter is 100 percent pure Java, it comes packed with functionalities to get most of the test cases scripted. However, there might come a time when you need to pull in a functionality provided by a third-party library, or one developed by yourself, which is not present by default. As such, JMeter provides two directories where such third-party libraries can be placed to be auto discovered on its classpath:
- JMETER_HOME/lib: This is used for utility JARs.
- JMETER_HOME/lib/ext: This is used for JMeter components and add-ons. All custom-developed JMeter components should be placed in the lib/ext folder, while third-party libraries (JAR files) should reside in the lib folder.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- 零基礎(chǔ)學(xué)Visual C++第3版
- Java范例大全
- WebAssembly實(shí)戰(zhàn)
- JavaScript Unlocked
- 三維圖形化C++趣味編程
- Python漫游數(shù)學(xué)王國:高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計(jì)及運(yùn)籌學(xué)
- MATLAB 2020從入門到精通
- Rust游戲開發(fā)實(shí)戰(zhàn)
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Java EE 7 with GlassFish 4 Application Server
- PostgreSQL 12 High Availability Cookbook
- H5頁面設(shè)計(jì)與制作(全彩慕課版·第2版)
- Java Script從入門到精通(第5版)
- Improving your Penetration Testing Skills