Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a new Java project
  • Add jmeter-trunk to project dependencies
  • Create bin/ and src/ folders
  • Create "jmeter.properties" in the bin/
    • This defines where JMeter internal class loader looks for classes
    • It should look like this
No Format

search_paths=../../jmeter-trunk/bin/protocol/ftp; \

...


			 ../../jmeter-trunk/bin/protocol/http; \

...


			 ../../jmeter-trunk/bin/protocol/java; \

...


			 ../../jmeter-trunk/bin/protocol/jdbc; \

...


			 ../../jmeter-trunk/bin/protocol/ldap; \

...


			 ../../jmeter-trunk/bin/protocol/tcp; \

...


			 ../../jmeter-trunk/bin/components; \

...


			 ../../jmeter-trunk/bin/core; \

...


			 ../../jmeter-trunk/bin/default; \

...


			 ../../jmeter-trunk/bin/functions; \

...


			 ../../jmeter-trunk/bin/htmlparser; \

...


			 ../../jmeter-trunk/bin/jorphan \

...


			 .

4. Setting up a custom Jakarta launcher

...