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
MyEclipse 3.8.4, eclipse 3.1m4 .. when I am in the MyEclipse editor for JSP, Ctrl-shift-o does not optimize the imports (does nothing… doesn’t bring in the classes I need to the import declaration).. tried java and myeclipse perspective , no luck
Is there any way to auto include imports in jsp pages?
If you autocomplete the class names, it will add them for you at the top of your JSP page, so for example say “MyCustomBean” is giving “Class not found” problems, just go autocomplete it and the editor will add the <%@ page import %> directive for you.