facebook

Importing older MyEclipse project

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #317752 Reply

    Dan5346
    Member

    I imported a project to MyEclipse 9, but once completed I get hundreds of similar errors like these:

    Duplicate field __2F_cashier_2F_WebRoot_2F_pages_2F_66_2F_27003_2F_CitadelRegistered_2E_jsp.brandId_rrt

    in this case on this line:
    <%@ include file=”../../cashier-config.jsp” %>

    Plus a few dozens of java errors like these:
    Cannot cast from int to Intege
    Cannot cast from long to Long

    The project was originally developed on MyEclipse 6 or 8 and worked with this code as is, is there any setting I should be using to make this work? Am I missing any libraries that would fix this?

    Thanks for any help

    #317764 Reply

    support-joy
    Member

    Dan5346,

    The error log reported above seem to be development related. Please answer below queries to help me investigate further –
    1. Copy and paste your installation details. https://www.genuitec.com/forums/topic/troubleshooting-how-to-view-the-installation-details/&highlight=&sid=26580adbfe41124bc27334120ebabafc
    2. Clear your .log file located at [your workspace dir]/.metadata/.log, replicate the issue and copy and paste here
    3. What is the type of project?
    4. There are ClassCastException – conversion of int to Integer, long to Long. These are programmatic issues. Look into servers tab (window > show/view > problems) – right click on the issues listed and click on quick-fix. Also attach a screenshot to help me get a visual.
    5.

    Duplicate field __2F_cashier_2F_WebRoot_2F_pages_2F_66_2F_27003_2F_CitadelRegistered_2E_jsp.brandId_rrt

    – This seem like a programmatic issue in your .jsp file. From the problems tab, double click on this issue, this would open the relevant .jsp in the editor and highlight the errors in the file.
    6. At the time of import, did ME prompt you to upgrade the project? Could you clarify how did you import the project from ME 6 / 8 to 9?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Importing older MyEclipse project

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