Eclipse version: 3.1
MyEclipse version: 3.8.2
OS: Windows XP Professional
Problem: JSP files are being displayed as plain text without any syntax highlighting.
I have made sure that the file is being opened with the “MyEclipse JSP Editor”. Following is a fragment from the ECLIPSE_INSTALL_DIR/workspace/.metadata/.log file
!ENTRY com.ibm.sse.editor 4 4 2004-12-15 00:05:27.581
!MESSAGE error loading class class for com.ibm.sse.model.jsp.jspsource
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/ui/text/comment/ITextMeasurement
This stack trace is repeated thrice. FWIW, this is a fresh install of Eclipse that hasn’t — in any way — been tweaked.
Can you help?
Sri