Eclipse : Cannot generate a serial version ID
eclipse, java
Solution
In my case, I've solved this problem by the following way:
Right click the project, "Build Path" -> "Configure Build Path" -> "Source" tab, remove paths tagged "missing".
Problem
I have an issue with Eclipse 3.6 (Helios) : Anytime I want to generate a serial version ID (`serialVersionUID`) for a class that extends a `serializable` class, I get the following message : The following error occured : Could not find class file. Make sure the file is compilable. What am I doing wrong ? Thank you.