List<String> list = new ArrayList<String>();
Posted by Zosh S on Feb 20, 2006; 8:36am
URL: http://imagej.273.s1.nabble.com/List-String-list-new-ArrayList-String-tp3703641.html
This does not compile on ImageJ (on Winxp). Apparently the compiler is not
1.5 compatible. I've seen a recommendation of compiling with "-source 1.5",
but failed to see how this can be done in ImageJ.
Any ideas?
Thanks very much
Zosh