You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by tiffany <ti...@yahoo.ca> on 2007/07/31 21:57:37 UTC

Problem in running Jmeter with Eclipse

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?? 

Thanks,
  Tiffany
-- 
View this message in context: http://www.nabble.com/Problem-in-running-Jmeter-with-Eclipse-tf4195706.html#a11932558
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Problem in running Jmeter with Eclipse

Posted by sebb <se...@gmail.com>.
On 01/09/07, André Pfeiler <an...@translever.com> wrote:
> On Saturday 01 September 2007 10:11, Alf Høgemark wrote:
> > I change this setting to
> > search_paths=build
>
> thanks, that worked, but i have to change it to the <absolute path>/build.

That's probably because you started JMeter in the bin directory - you
would need ../build.

> -------
> 2007/09/01 16:18:13 INFO  - jmeter.JMeter: search_paths=build
> 2007/09/01 16:18:13 WARN  - jmeter.JMeter: Can't read build
> -------
> is it always required to run the ant package target once before launching
> jmeter using eclipse?

Eclipse does not compile RMI classes (as far as I can tell), so unless
you run "ant package" you won't be able to use client-server mode.

I find it a lot easier to use "ant package" every time with Eclipse.

> regards
> andré
> --
> Fingerprint: E24A B70C 5A81 D05F 39DA 3BEF 8838 728D 24E2 2B75
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Problem in running Jmeter with Eclipse

Posted by André Pfeiler <an...@translever.com>.
On Saturday 01 September 2007 10:11, Alf Høgemark wrote:
> I change this setting to
> search_paths=build

thanks, that worked, but i have to change it to the <absolute path>/build. 
-------
2007/09/01 16:18:13 INFO  - jmeter.JMeter: search_paths=build 
2007/09/01 16:18:13 WARN  - jmeter.JMeter: Can't read build 
-------
is it always required to run the ant package target once before launching 
jmeter using eclipse?

regards
andré
-- 
Fingerprint: E24A B70C 5A81 D05F 39DA 3BEF 8838 728D 24E2 2B75

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Problem in running Jmeter with Eclipse

Posted by Alf Høgemark <al...@i100.no>.
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 <an...@translever.com> 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: jmeter-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>   

Re: Problem in running Jmeter with Eclipse

Posted by sebb <se...@gmail.com>.
On 24/08/07, André Pfeiler <an...@translever.com> 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: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Problem in running Jmeter with Eclipse

Posted by André Pfeiler <an...@translever.com>.
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??
>

how did you solve that? 

> Thanks,
>   Tiffany

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

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org