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.