Hello,

I need to run JMeter with JDK1.3. I retrieved the src build archive and
tried to compile it. But I have compilation errors in the core (jorphan)
classes. These errors does not exist anymore if I just replace with Jdk 1.4.

Is JMeter still supposed to be JDK 1.3 fully compliant ?

Jacques Desmazieres

There are 2 types of errors:

[javac] Compiling 37 source files to D:\JAKART~1.1\build\jorphan
[javac]
D:\JAKART~1.1\src\jorphan\org\apache\jorphan\collections\ConfigurationTree.j
ava:75: reference to add is ambiguous, both method add(java.u
til.Collection) in org.apache.jorphan.collections.HashTree and method
add(java.lang.Object) in org.apache.jorphan.collections.ListedHashTree match
[javac]             propTree.add(keys);

and

[javac]
D:\JAKART~1.1\src\jorphan\org\apache\jorphan\util\Converter.java:378: cannot
resolve symbol
[javac] symbol  : method replaceAll  (java.lang.String,java.lang.String)
[javac] location: class java.lang.String
[javac]             return v.trim().replaceAll("\\s+", insertion);


JVM version (java -version):
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)




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

Reply via email to