On 05/02/2011 04:55 PM, Rajiv Nanduani wrote: > thanks for the reply.but still I am waiting the answer of > > The problem is how would i know that *JVM* is already installed or not if > yes where i have *to* check. I am new *to* *linux*. or if not where i hav * > to* install the *JVM* or set the path variable like in windows > *JMETER_HOME*etc.. > > Currently it showing java version > java version "1.4.2" > gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-48) > > Copyright (C) 2006 Free Software Foundation, Inc. > > is prob of java version or we need more than java 1.5
Uhm..what's this? OpenJDK or anything? No good. You should download the Sun JDK. Simple steps: 1. Download the java bin-file from Oracle 2. Extract in your home on the Linux machine 3. Add the bin dir from the extracted Java to your path and run "java" e.g. run 'PATH=$PATH:~/jdk1.6.0_24/bin java -version' You can run Jmeter using a similar syntax then PATH=$PATH:~/jdk1.6.0_24/bin /path/to/jmeter If you can use Debian instead of RedHat, you can just install the sun-java6-jre package instead. Maybe RedHat has something like that? HTH, Felix --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org