NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

Re: visad-installation

Hi,

just a note on this:

..\ij\plugin\FolderOpener.java:247: unreachable statement
                       return 0;;
is simply wrong, because the statement after the "return 0;" is, as pointed out by the compiler, unreachable. I.e. it is invalid. I don't think this has anything to do with extra ";" in a line.

Cheers,

Ugo