* Charles Curley
<charlescurley-UzSd1hG85wCdX7IfKIxB8gC/G2K4zDHf@xxxxxxxxxxxxxxxx> [2005-08-23
22:20]:
> [javac] ----------
> [javac] 1. WARNING in
> /home/ccurley/src/com/charlescurley/hello/src/HelloWorld.java
> [...]
> [javac] The serializable class HelloWorld does not declare a static final
> serialVersionUID field of type long
> [javac] ----------
> [javac] 1 problem (1 warning)
>
> What am I missing here?
Isn't that just a warning and not an error? ecj is a little more
particular than other bytecode compilers WRT serialVersionUIDs IIRC.
Andrew
|