mirror of https://github.com/apache/jmeter.git
884 B
884 B
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:
- Create a new
Java Applicationlaunch configuration - Use
distforProject - Use
org.apache.jmeter.NewDriverfor the main class - On the arguments tab use the following for
Working Directory:${workspace_loc:jmeter/bin}