Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
If I have a simple JSP page with the following snipet:
<%
MyClass foo = new MyClass();
foo.bar();
%>
Which gives me a compile error – “The method foo() is undefined for the type MyClass”. If I go and edit MyClass.java to have the properly implemented signature, the JSP pages still reports the error after the java file is saved and recompiled.
The GA release (v2.5.0) adds a “Recomplie All JSP’s” option on the project context menu as a stop-gap measure until a full JSP->Java dependency model is implemented in a follow-on release.