– System Setup ——————————-
Operating System and version: Windows XP SP4
Eclipse version: 3.0.2
Eclipse build id: 200503110845
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.8.4
Eclipse JDK version: 1.4/1.5 ?
Application Server JDK version: Lots
Are there any exceptions in the Eclipse log file? Y, but this is not part of the problem:
C:\Documents and Settings\Stephen Johnson\Start Menu\Programs\MyEclipse Enterprise Workbench\MyEclipse.lnk
Status: WARNING
Additional Notes: WARNING – Shortcut has no target: ignoring
– Message Body ——————————-
When working through the basic JSP tutorial, the “red” and “yellow” underlining is being applied inappropriately in JSP:
<%@ page import=“com.Hello” %>
<%@ page language=”java” import=“java.util.*” %>
…..
<body>
This is my JSP page. <br>
<% Hello n = new Hello(); %>
<% out.println(“OO” + n.hello()); %>
</body>
</html>
This JSP page is able to see “Hello.java” perfectly and runs fine. Scott, the moderator, has indicated that this seems to be a problem with the MyEclipse plugin and not Eclipse. I have sent him a screen shot.
Thanks,
Stephen Johnson