You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by med amine <za...@gmail.com> on 2011/07/04 11:48:13 UTC

problem in the installation of jmeter

i have met the problem jmeter: 90: java: not found
 when trying to install jmeter , although i have install the jre-6u26 ;
cd /var/www/html/jakarta-jmeter-2.4/bin
sh jmeter


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


Re: problem in the installation of jmeter

Posted by Oliver Lloyd <ol...@hotmail.com>.
PS. Bruce is right, 100%. Just google: "JAVA [Your OS]".

--
View this message in context: http://jmeter.512774.n5.nabble.com/problem-in-the-installation-of-jmeter-tp4549589p4550839.html
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 the installation of jmeter

Posted by Thom Hehl <Th...@pointsix.com>.
Are you sure about that?

-----Original Message-----
From: Bruce Ide [mailto:flyingrhenquest@gmail.com] 
Sent: Monday, July 04, 2011 10:17 PM
To: JMeter Users List
Subject: Re: problem in the installation of jmeter

I am a scientist, sir! I can never be absolutely positive! ;-)

-- 
Bruce Ide
FlyingRhenquest@gmail.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 the installation of jmeter

Posted by Bruce Ide <fl...@gmail.com>.
I am a scientist, sir! I can never be absolutely positive! ;-)

-- 
Bruce Ide
FlyingRhenquest@gmail.com

Re: problem in the installation of jmeter

Posted by Oliver Lloyd <ol...@hotmail.com>.
Does 'almost completely 99% certain' = 98% certain?

--
View this message in context: http://jmeter.512774.n5.nabble.com/problem-in-the-installation-of-jmeter-tp4549589p4550832.html
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 the installation of jmeter

Posted by Bruce Ide <fl...@gmail.com>.
You should only need the JRE in your path. I'm not sure off the top of my
head if the jmeter startup script also needs JAVA_HOME set.

I see you're using a UNIX system. So make sure java is in your path by
typing the command "which java". If java is in your path, it'll tell you
where it is. If it says not found, set your path as Felix suggests. You'll
probably also want to set that up in your shell startup script so you don't
have to type it every time (Doing this is beyond the scope of this E-Mail.)

If it does say java is found somewhere, you could try setting JAVA_HOME to
the results of the command "dirname `which java`". I'm almost completely 99%
certain that if java is in your path, jmeter will figure it out without this
step being needed.

-- 
Bruce Ide
FlyingRhenquest@gmail.com

Re: problem in the installation of jmeter

Posted by med amine <za...@gmail.com>.
hi ,

can you help me with document that resume the total commands to install jmeter ?
thank you , 
med amine


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


Re: problem in the installation of jmeter

Posted by Felix Frank <ff...@mpexnet.de>.
On 07/04/2011 11:48 AM, med amine wrote:
> i have met the problem jmeter: 90: java: not found
>  when trying to install jmeter , although i have install the jre-6u26 ;
> cd /var/www/html/jakarta-jmeter-2.4/bin
> sh jmeter

Hi,

you may want (need?) to install the JDK instead.

Also, the java binary does not appear to be in your search path.
Try something along the lines of
PATH=$PATH:/usr/local/jre-6u26/bin sh jmeter

Of course, insert the path you installed java to.

HTH,
Felix

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