I am evaluating having our development team move from MyEclipse 10.7 to MyEclipse 2013 (mostly because we want to use EclEmma, and EclEmma won’t install successfully in 10.7). Unfortunately, there are two JSPs that throw three different error messages on the first line of the JSP — the <%@ page language=”java”%> line.
The error messages are:
Syntax error, insert “}” to complete Expression
Syntax error, insert “}” to complete MethodBody
The left-hand side of an assignment must be a variable
There are hundreds of JSPs that start out with the same opening lines — but only two JSPs give these particular error messages.
Oh yes, MyEclipse 2013 is so incredibly slow that it may not be useful for us (or probably anyone else). I figured out how to turn off the searching for projects to upgrade task (which slows MyEclipse to the point where I often can’t even pull down any menus). But there seems to be some other task “Flush logs” which gobbles up nearly all resources.