when i removed the " ; " , it compiled sucessfully as suggested by Doug.
Isaac
-----Original Message-----
From: Ugo Taddei
To: Brobbey,Isaac
Sent: 12/7/02 11:06 AM
Subject: 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