Hi perhaps Im missing something , how are you launching Jmeter (whatever you have sent is showing that you are using jre1.3.1 , you need atleast version 1.4)?. The instructions i have given are if you are running jmeter.bat . If you are running this via some IDE , then you'll have to change the IDE settings or the PATH environment variable
Goto Control panel -->system --> advanced system settings --> environment variables (This is for vista) Then In the System variables find PATH and append the path to your JDK1.4/bin at the start (note this changes the path for your entire system. you can do this just for your IDE or whatever if you want) regards deepak On Mon, May 11, 2009 at 11:32 PM, gpub <affablepr...@gmail.com> wrote: > > hey deepak, > please let me know where to set this path > > as the jmeter is running fine on my system, with the this ApacheJMeter.jar > under bin forlder > but i need to know that will it cause any problem?? > > And another thing is that when i ran my scripsts ... the Jintiator runs > and > give me these > > Oracle JInitiator: Version 1.3.1.26 > Using JRE version 1.3.1.26-internal Java HotSpot(TM) Client VM > User home directory = C:\Documents and Settings\gubhi > Proxy Configuration: Manual Configuration > Proxy: localhost:8080 > Proxy Overrides: > JAR cache enabled > Location: C:\Documents and Settings\gubhi\Oracle Jar Cache > Maximum size: 50 MB > Compression level: 0 > --------------------------------------------------- > c: clear console window > f: finalize objects on finalization queue > g: garbage collect > h: display this help message > l: dump classloader list > m: print memory usage > q: hide console > s: dump system properties > t: dump thread list > x: clear classloader cache > 0-5: set trace level to <n> > ---------------------------------------------------- > > Loading > http://smcorxxxx.xxxx.com:8003/OA_JAVA/oracle/apps/fnd/jar/fndforms.jarfrom > JAR cache > Loading > http://smcorxxxx.xxxx.com:8003/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar > from JAR cache > Loading > http://smcorxxxx.xxxx.com:8003/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar from > JAR cache > Loading > http://smcorxxx.xxxx.com:8003/OA_JAVA/oracle/apps/fnd/jar/fndswing.jarfrom > JAR cache > Loading > http://smcorxxx.xxxx.com:8003/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar > from JAR cache > Loading > http://smcorxxx.xxxx.com:8003/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar > from JAR cache > Loading > http://smcorxxx.xxxx.com:8003/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar > from JAR cache > Loading > http://smcorxxx.xxxxx.com:8003/OA_JAVA/oracle/apps/fnd/jar/fndlist.jarfrom > JAR cache > connectMode=Socket > serverHost=smcoraapp1.XXXXX.com > serverPort=9003 > Forms Applet version is : 60825 > Loading > http://smcoraapp1.xxxxx.com:8003/OA_JAVA/oracle/apps/fnd/jar/fndutil.jar > from JAR cache > > Any idea ?? > > > > > Deepak Shetty wrote: > > > > 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 > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Jmeter-launcing-prob-tp23496603p23496933.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 > >