facebook

Problems in copying the web project into MyEclipse 3.0

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #211625 Reply

    visu5678
    Member

    Hi,

    I installed Eclipse 3.0 and corresponding MyEclipse Enterprise work bench.Everything is fine.No problems in installation and configuration.

    I copied a web project that has been developed in Eclipse 2.x (with My Eclipse) into the workspace of the Eclipse 3.0.and I started Eclipse 3.0 and it didn’t recognize the web app that I copied in Eclipse 3.0 workspace.
    so I created a new web app folder with the same name so i got all my settings for that project are back.Now the problem comes.I have all my JSP files under WebRoot folder.and got errors like “could not load tld”.
    when I move all Jsp files to the top directory it works fine.what is the way to have all my Jsp files and tld files to be under WebRoot folder?
    can’t I use the same struture that I used in Eclipse 2.x for eclipse 3.0??

    Thanks for any suggestion,
    -Venkat
    USG Corp.

    #211659 Reply

    Riyad Kalla
    Member

    Venkat,
    When you originally moved the folder into your workspace, after starting Eclipse you should have done a File >Import to pull that project into the current Eclipse instance (just for future reference).

    As far as the other problem is concerned, you are right, all your JSPs should be under WEbRoot, if you are getting an error “Could not load TLD” then you likely have a path problem somewhere or something set incorrectly… we need more information like what exactly is the error? Where is that TLD located? Do you have a <taglib> entry in your web.xml file for it? Where is the class that implements that tag? Is it on the classpath? What version of MyEclipse are you using? How many fingers am I holding up?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Problems in copying the web project into MyEclipse 3.0

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