Petter Reinholdtsen <[EMAIL PROTECTED]> writes:
> I get messages like this:
>
> gnu/java/awt/peer/gtk/Test.java:63: Can't assign a second value to a
> blank final variable: img
> } catch (FileNotFoundException ex) { img = null; }
Test.java is not destined to be part of the distribution; it is in cvs
so that we can test our code with a user level program, so to speak.
A build process for Classpath should not include this class. I
noticed that the final variable assignment is barfed at when JDK1.2 is
used to compile Test.java, but I usually use 1.1.7 where it is
ignored.
-Jim