Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » The serializable class MessageDigestFrame does not declare a static final serialVersionUID field
The serializable class MessageDigestFrame does not declare a static final serialVersionUID field [message #701491] Mon, 25 July 2011 07:27
Jonathan Camilleri is currently offline Jonathan CamilleriFriend
Messages: 91
Registered: July 2009
Member
The following code snippet brings up a warning reading: The serializable class MessageDigestFrame does not declare a static final serialVersionUID field of type long, and, suggesting to add a serialVersionUID, which it did, however it did not seem to resolve the problem:

class MessageDigestFrame extends JFrame
{
/**
*
*/
private static final long serialVersionUID = 1L;
/**
...

Any ideas please?
Previous Topic:Eclipse Doesn't Allow Software Installation
Next Topic:create project using struts in eclipse
Goto Forum:
  


Current Time: Tue Apr 16 21:07:23 GMT 2024

Powered by FUDForum. Page generated in 2.95280 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top