Hello
i checked out the latest cvs version and see the following in the build-file:
if i compile it under jdk1.4 i get the following error:
[javac] javac: invalid target release: 1.5
if i try to compile it under jdk1.5 i get the following error:
[javac] J:\home\eclipse21\projects\JMeter21\src\jorphan\TC.java:30: cannot f
ind symbol
[javac] symbol : method binarySearch(java.util.List,java.lang.Object)
[javac] location: class java.util.Collections
[javac] int index1 = Collections.binarySearch(l, new Object());
although this signature exist in 1.5.
Does anybody can help?
Regards
Michael
--
Sent from the JMeter - User forum at Nabble.com:
http://www.nabble.com/Compiling-newest-CVS--version-t384619.html#a1061414
|