On Wed, 2 Mar 2005 18:36:19 +0530, Puneet Malik <[EMAIL PROTECTED]> wrote: > Hi, > I have tried this approach too but this error of "Unrecognized Option" > comes in for all the rows of setting parameters in jmeter.bat. If I > remove them all it gives me the following error. > Failed to load Main-Class manifest attribute from > ApacheJMeter.bat. > Sapphire unfortunately strictly requires jdk1.2.2_012 to run. > > Any other suggestions, as in can I set any command line arguments in > JMeter.bat file to make it load jdk1.4.1 jre
Just set JAVA_HOME and PATH to point to a Java 1.4 installation before running JMeter. For example, create a JAVA142_06.BAT file containing: set JAVA_HOME=c:\j2sdk1.4.2_06 set PATH=%JAVA_HOME%\bin;%PATH% and run it before starting JMeter. [...] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

