I try spoiling for a fight with my Java class and receive no validation or error marker in my java editor: For example class file below was running perfectly – developed and fully tested earlier. Working on a new java file, I noticed that the validation is not working, so I tried inserting an error in another TEST OK! file by mispelling the “class” as below. MyEclipse didn’t raise an error. What is going on – I want to give up software development: I have a 4 week application server headache and now this!
public abstract cla ss Customer implements javax.ejb.EntityBean {
private static org.apache.log4j.Logger Trace = org.apache.log4j.Logger
…
}