Multiple ways

In unix
export PATH=pathtoyourjava:$PATH
In windows
set PATH=pathtoyourjava;%PATH%
and then launch jmeter from the same window.

OR
You can also set the JM_LAUNCH enivornment variable to point to your java.

To diagnose modify jmeter.bat or jmeter (depending on your OS) to print out
the version (using -version)

regards
deepak


On Mon, May 11, 2009 at 11:11 PM, gpub <affablepr...@gmail.com> wrote:

>
> yes
>
> and how could i be suppose to do it.. --> "Change your path to point to the
> correct version of java"
> i already have version j2sdk-1_4_2_16 on my sys
>
>
>
> Deepak Shetty wrote:
> >
> > hi
> > its not the jar its the version of Java thats in your Path.(should be
> > atleast java 1.4). Change your path to point to the correct veresion of
> > java
> > regards
> > deepak
> >
> > On Mon, May 11, 2009 at 10:53 PM, gpub <affablepr...@gmail.com> wrote:
> >
> >>
> >> Hi,
> >>
> >> Jmeter batch file is showing errors
> >> Exception in thread "main" java.lang.UnsupportedClassVersionError:
> >> org/apache/jmeter/NewDriver (Unsupported major.minor version 48.0) at
> >> java.lang.ClassLoader.defineClass0(Native Method)
> >>
> >> But Jmeter gets launched with ApacheJMeter.jar file under
> >> \Jmeter\jakarta-jmeter-2.3\bin folder
> >>
> >> Does this affect any operation or any prob it will give in future ??
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Jmeter-launcing-prob-tp23496603p23496603.html
> >> Sent from the JMeter - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> >> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Jmeter-launcing-prob-tp23496603p23496741.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>

Reply via email to