Last modified by David Holt on 2006/08/17 16:16

Hide last authors
David Holt 2.1 1 Starting with a brand new installation of Eclipse and making a new WOLips project will immediately give you the following warnings in the lower central pane:
2
David Holt 10.1 3 [[image:attach:warning.jpg]]
David Holt 2.1 4
5 Chuck Hill provided the following solution:
6
David Holt 9.1 7 "That is not an error, that is a warning. You can safely ignore it.
David Holt 10.1 8 To make it go away:
David Holt 2.1 9
10 Window - Preferences - Java - Compiler - Errors/Warnings - Potential
David Holt 10.1 11 Programming Problems and see the top entry."
David Holt 2.1 12
David Holt 10.1 13 [[image:attach:Eclipse preference panel.jpg]]
David Holt 2.1 14
David Holt 9.1 15 You'll have to do a rebuild after selecting to ignore "Serializable class without serialVersionUID:"
David Holt 6.1 16
David Holt 10.1 17 [[image:attach:Rebuild dialog.jpg]]
David Holt 6.1 18
David Holt 2.1 19 Voila, no more warnings.