Dear all,
i am facing the below problem……
Severity Description Resource In Folder Location Creation Time Id
1 The serializable class Hello does not declare a static final serialVersionUID field of type long Hello.java HelloWorld/src/com/HelloWorld line 11 October 12, 2005 11:51:10 AM 91
by clicking the left margin of java file , i was able to add the below the line
private static final long serialVersionUID = 1L;
but why is it asking for all the files while creating java extension file…..
with regards,
rambrother