Login  Register

Re: List<String> list = new ArrayList<String>();

Posted by Wayne Rasband on Feb 21, 2006; 5:18pm
URL: http://imagej.273.s1.nabble.com/List-String-list-new-ArrayList-String-tp3703641p3703644.html

> I did download the 1.34 version, bundled with JRE 5.0 3; it didn't
> make any difference. How can I check which Java version is on? is
> there some configuration settings? can I set some compiler flags (such
> as -source 1.5)...?

You can find out which version of Java ImageJ is using with the
Help>About ImageJ command or with the Plugins>Utilities>Image
Properties command.

There is currently no way to set the compiler flags used by the
Plugins>Compile and Run command. To use generics, you will need to
compile the plugin using the javac command, or use an IDE such Eclipse
or NetBeans.

-wayne