>-----Original Message-----
>From: Sonam Chauhan [mailto:[EMAIL PROTECTED]
>Sent: 19 January 2004 08:20
>To: '[EMAIL PROTECTED]'
>Subject: current CVS build runtime issues on JVM 1.3
>
>
>[ FYI only ]

Thanks for trying it out!

>
>Seb wrote on Jan 7:
>> JMeter should now build and run on both 1.3 and 1.4.
>>
>> If built on 1.3, it should run on 1.3 and 1.4, and vice versa.
>                                                     ^^^^^^^^^^^
>Does this mean that if JMeter was built with Java 1.4, that 
>build should run
>on a 1.3 JVM? 

Well, it did when I tried it using Eclipse. 
AFAIK, basically the same compiler is used - it's just the libraries that
are different.

>
>I built the current CVS (Jan 19) on JVM 1.4, but ran into a 
>couple of minor
>problems running it on IBM JVM 1.3/Linux (JVM details at end of mail).
>
>1.     IBM Java 1.3.0 didn't like some JVM options in '/bin/jmeter':
>       -----------------------------------------------
>               Unrecognized option: -XX:NewSize=128m
>               Unable to parse 1.2 format supplied options - rc=-6
>       -----------------------------------------------

I'm afraid I didn't test the command file ... it was the Java code I was
concerned about.

Not sure if it is easy to fix the script file - patches welcome...!

>       I could run JMeter manually without those options. 

That's good!

>
>2.     Trying to access HTTPS URL throws malformed URL exceptions. 
>       -----------------------------------------------
>               java.net.MalformedURLException: unknown protocol: HTTPS
>                       at java.lang.Throwable.<init>(Throwable.java:96)
>                       at java.lang.Exception.<init>(Exception.java:44)
>               ...
>       -----------------------------------------------
>       Is HTTPS client support external in JVM 1.3?
>
>

I think HTTPS requires some libraries that are not supplied by default.
For example, 1.4 includes JSSE, but 1.3 does not.

I've never tried HTTPS so I don't know for sure...

>With regards,
>Sonam Chauhan
>-- 
>Corporate Express Australia Ltd.
>Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED]
>
>
>
>---------------------------------------
>java version "1.3.0"
>Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
>Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20001124 
>(JIT enabled:
>jitc))

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to