I am using MyEclipse 5.1.0 with JBoss application server. The application is a Java based Web Project. Prior to installing 5.1 version I was able to compile and run all the JSPs without any problem. It used to show error markings for some variables declared in other JSPs but that didnt stop me from running them. I installed 5.1 2 weeks and it was working fine. Today I performed a Clean on my project and since then almost all the JSPs are erroring out for one reason or the other. The main issue appears to be at the point where I am including a JSP file.
…….
///Misc Code
…….
<%@ include file=”out_report.jsp” %>
<%
}//if
%>
The IDE shows a compilation error at the beginning of the include statement. Systax Error, insert ; to complete Statement.
– System Setup ——————————-
Operating System and version: Windows XP
Eclipse version: 3.2.1
Eclipse build id: M20060921-0945
Fresh Eclipse install (y/n): N
If not, was it upgraded to its current version using the update manager? Yes
Other installed external plugins: VSS, PMD.
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 5.1.0 GA
Eclipse JDK version: 1.4.1_03
Application Server JDK version: 1.4.1_03
Are there any exceptions in the Eclipse log file?
– Message Body ——————————-
Thanks in advance for helping out.