Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: converted to 1.6 markup

jMeter + Eclipse HOWTO

Wiki MarkupNOTE: As I see, I broke this wiki page :( (sad) It refers to images on my updated home page - this images no longer exist. Please refer to the original document (\[http://www.apache.org/~mkostrze/jmeter-eclipse/jmeter-eclipse.html jMeter + Eclipse HOWTO\]

No Format
 Michal Kostrzewa (m.kostrzewa@pentacomp.com.pl) 

Special thanks to Janka Kostrzewa for correcting this text.

Wiki MarkupLink to original: \[http: //home.elka.pw.edu.pl/~mkostrze/jmeter-eclipse/jmeter-eclipse.html jMeter + Eclipse HOWTO\]

Abstract

This document describes briefly how to develop the jMeter project with Eclipse IDE. Eclipse is a very powerful development environment with following features:

...

I assume you downloaded Eclipse IDE and have it working.

Accessing SVN

...

The directions below are for cvs, but JMeter now uses Subversion. You will need to use the Eclipse pluging \[http://subclipse.tigris.org/ Subclipse\] to get JMeter from the repository.

  • Wiki Markup0. Install \[http://subclipse.tigris.org/ Subclipse\].
  • 1. Open the SVN perspective with http://people.apache.org/~mkostrze/jmeter-eclipse/images/icons/perspective.png and "SVN Repository Exploring"
  • 2. Invoke the popup menu and select "New"/"Repository location"
  • 3. Fill in the latest branch and click OK
  • 4. The repository should appear in a list. Right click it and go to "Checkout...".
  • 5. Select Check out as a project configured using the New Project Wizard"
  • 6. Select "JAVA project", and give a name for the project in next dialogs.
  • 7. Wait for the SVN checkout to complete.

...