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.

TODO: Add image URLs, do wiki formatting

unmigrated-wiki-markup

Link 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 Subclipse to get JMeter from the repository.

http://home.elka.pw.edu.pl/~mkostrze/jmeter-eclipse/images/screen/newcvs.png

  • 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
  • 4. You should see the Apache CVS tree as pictured below. Unfold HEAD, select jakarta-jmeter and then select "Check Out as ..." from the pop-up menu
  • 5. Select "JAVA project", and give a name for the project in next dialogs.
  • 67. Wait for the CVS SVN checkout to complete.

Setting up paths

...