Help - something has gone wrong with SWT/Eclipse
I mistakenly was messing around with the settings, and now I can't get my application to compile.
Code:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
login.display cannot be resolved or is not a field
MessageBox cannot be resolved to a type
MessageBox cannot be resolved to a type
login.shell cannot be resolved or is not a field
SWT cannot be resolved
SWT cannot be resolved
SWT cannot be resolved
at Practise.Simian.main(Simian.java:27)
I've installed SWT properly, by going to Project->Properties->Build Path->Libraries->Add External Jars, then chosen the SWT zip file, then, reinstalled it again, just to see if it's anything todo with that.
I had it all working before, but it says it can no longer resolve the org.eclipse.* stuff.
I don't know what to do.