facebook

struts 1.3 + Myeclipse

💡
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. Installation, Configuration & Updates
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #293623 Reply

    My project configuration:
    1. Tomcat 4.1.39
    2. Struts 1.3.10
    3. Jdk1.4.2_19

    So use Eclipse 3.2.2 and my eclipse 5..5.1GA

    Q1. When I select Add Struts Capabilities to the project, it asks to select from Struts 1.0, 1.1 and 1.2. I do not see 1.3.

    What do I need to do in order to configure my project with Struts 1.3 in myeclipe 5.5.1GA?

    Q2 I tried using eclipse 3.4 and myeclipse 7.0 for the project configuration mentioned above, I am getting error “This absolute uri (http://struts.apache.org/tags-bean) cannot be resolved in either web.xml or the jar files deployed with this application”?

    #293624

    Pls suggest.

    #293636

    ruchikasjsu06,

    Struts 1.3 support is available only from the MyEclipse 6.0 GA version and above, so if you want Struts 1.3 option to be displayed in the “Add Struts Capabilities” wizard I’m afraid you will have to upgrade to a higher version than 5.5 GA.

    However you can manually configure struts 1.3 libraries in 5.5 GA by following the simple steps mentioned below:
    1) Create a new User Library(Window > Preferences > Java > Build Path > User Libraries > New…) and add all the Struts 1.3 libraries to it.
    2) When adding Struts Capabilities uncheck both the checkboxes at the bottom that are related to adding JARs and TLDs to your project
    3) Once you finish the wizard, select the projetc, select Project > Properties > Java Build Path > Libraries > Add Library… > User Library, and then select the library that contains all the Struts 1.3 libraries and Finish the wizard.
    You should be all set then.

    Q2 I tried using eclipse 3.4 and myeclipse 7.0 for the project configuration mentioned above, I am getting error “This absolute uri (http://struts.apache.org/tags-bean) cannot be resolved in either web.xml or the jar files deployed with this application”?

    Could you please provide us more information on how exactly you set up MyEclipse 7.0 with Eclipse 3.4 and and the steps you followed that resulted in the error you have posted so that we can try and reproduce it?

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: struts 1.3 + Myeclipse

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