Login  Register

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

Posted by Zosh S on Feb 21, 2006; 9:16pm
URL: http://imagej.273.s1.nabble.com/List-String-list-new-ArrayList-String-tp3703641p3703645.html

Thanks very much....
Zeev

----- Original Message -----
From: "Wayne Rasband" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, February 21, 2006 7:18 PM
Subject: Re: List<String> list = new ArrayList<String>();


>> 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
>