Your code has one compiler error, and the one you mention is not it. Either you must rebuild your source, or you must PostRealCode. My guess is the former.
Rob Prime wrote:Your code has one compiler error, and the one you mention is not it. Either you must rebuild your source, or you must PostRealCode. My guess is the former.
"Unresolved compilation problem" indicates that you have multiple source files and that they are not in sync: you have class files somewhere from a previous version of the source code. The solution is to delete these old class files and recompile all the source code.