Hi !
I am using typed collections in Java 1.5, and it seems
that compiler doesn't support this. When I first tried
compiler said I must use -source 1.5:
553. Iterator<Selectable> it = full.iterator();
^----------^
*** Semantic Error: Using type arguments to access
generic types requires the use of "-source 1.5" or
greater. Compilation will continue using the raw type
"java.util.Iterator", but no class file will be
emitted.(not yet implemented)
, and then it will work, but now it prints error message:
Error: "-source" only recognizes Java releases 1.3 (JLS
2 features) and 1.4 (assert statement).
use: jikes [options] [@files] file.java...
For more help, try -help or -version.
Will this features be implemented?
Andy
Logged In: NO
Me Too, when A.5 implemented please ?