- 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.
推薦閱讀
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 21天學通C++(第6版)
- Getting Started with Python Data Analysis
- Learning Three.js:The JavaScript 3D Library for WebGL
- 自制編程語言
- 一塊面包板玩轉Arduino編程
- 一本書講透Java線程:原理與實踐
- Rust游戲開發實戰
- Domain-Driven Design in PHP
- Spring 5 Design Patterns
- 小程序從0到1:微信全棧工程師一本通
- Vue.js光速入門及企業項目開發實戰
- 你好!Java
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL