facebook

Compilation Errors in JSP files.

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #264308 Reply

    tulasirams
    Member

    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.

    #264370

    Riyad Kalla
    Member

    I think your }//if line is the problem… can you post the code for the entire page?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Compilation Errors in JSP files.

You must be logged in to post in the forum log in