14 Star 55 Fork 40

Apache / JMeter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
eclipse.md 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vladimir Sitnikov 提交于 2019-02-24 23:51 . Add Gradle build scripts

Apache JMeter logo

Launching Apache JMeter from Eclipse

You can use the Gradle task runGui to run the JMeter GUI, or you can follow the instructions below to add a Java Application launch, which will for example, allow you to use the debugger to run JMeter.

These instructions assume you have configured Eclipse to use the classpath as suggested in CONTRIBUTING.md.

Launching from Eclipse

Note: you can use Gradle task runGui to start JMeter, however Eclipse does not support debugging of the Gradle tasks.

Alternative option is to create a Launch Configuration:

  1. Create a new Java Application launch configuration
  2. Use dist for Project
  3. Use org.apache.jmeter.NewDriver for the main class
  4. On the arguments tab use the following for Working Directory: ${workspace_loc:jmeter/bin}
Java
1
https://gitee.com/apache/jmeter.git
git@gitee.com:apache/jmeter.git
apache
jmeter
JMeter
master

搜索帮助