Hi, I have also seen this a number of times, normally each time I start a new eclipse project for JMeter.

The classpath can be a problem, but normally the problem is related to JMeter's "search_path", i.e. where it is searching for classes. So it depends on where you have set up Eclipse to put your compiled class files. I suggest you have a look in the "jmeter.log" file, and if you see a line like : 2007/09/01 10:00:50 WARN - jmeter.gui.action.ActionRouter: !!!!!Uh-oh, didn't find any action handlers!!!!!

then I suggest you take a look at the jmeter.properties file, and the setting # List of paths (separated by ;) to search for additional JMeter extension jars
# These are in addition to lib/ext. Do not use this for utility jars.
#search_paths=/app1/lib;/app2/lib

I change this setting to
search_paths=build

because I have set up Eclipse to put all my compiled classes in <eclipse jmeter project dir>/build directory. (I run JMeter of the build classes, and do not run it of the jar files built by the Ant file)

I am aiming at improving the instructions for running / developing using Eclipse and possible also NetBeans after the 2.3 release is out.
I hope this helps in the mean time.

Regards
Alf



sebb wrote:
On 24/08/07, André Pfeiler <[EMAIL PROTECTED]> wrote:
On Tuesday 31 July 2007 21:57, tiffany wrote:
Hi,

I have downloaded the Jmeter source Code (rel-2-2), trying to run it with
Eclipse, always keep on telling me that "Sorry the edit feature hasn't been
implemented", why??

Most likely cause is an incorrect classpath.

See eclipse.readme

how did you solve that?

Thanks,
  Tiffany
--
Fingerprint: E24A B70C 5A81 D05F 39DA 3BEF 8838 728D 24E2 2B75

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to