facebook

Manual add web project in java project

💡
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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #206627 Reply

    snpe
    Member

    Can I do this (add java path, builders, natures etc) and how ?

    regards

    #206635

    Scott Anderson
    Participant

    Right-click on project > MyEclipse > Add Web Project Capabilities…

    But, your project needs to be set up in an exploded war layout.

    #206636

    snpe
    Member

    It isn’t my quetion – I want add web capabilities (aand struts) step by step

    or – what do ‘add web project capabilites’ in existing project

    Thanks

    P.S
    When I set ‘notify me when a reply is posted’ I get tow message for reply

    regards

    #206637

    Riyad Kalla
    Member

    snpe,
    To turn a normal Java Project into a Web Project with Struts capabilities you want to do essentially what Scott said:

    1) Right click on project root node, go to MyEclipse > Add Web Project Capabilities…
    <After that step has completed…>
    2) Select the project root again, MyEclipse > Add Struts Capabilities…

    As Scott mentioned, you’re project will need to be organized like an exploded WAR file. You can watch the following demo to get an idea of how this is done with an existing Web Project: http://myeclipseide.com/images/tutorials/StrutsTutorial.htm

    #206647

    snpe
    Member

    You don’t understand me

    I want next with plain Java project

    Right-click – properties

    Add Builders : WebClassPathBuilder, BJE JSP builder and other for Myeclipse Web project

    Add Class Path – add variable J2EE 1.3 library container

    Is it all that my java project be myeclipse web project

    I know make web project automatic with Myeclipse menu

    Thanks

    #206653

    Scott Anderson
    Participant

    It sounds like you want to know how to manually make each modification that we automatically perform when we set up a web or struts project (such as adding natures, builders, modifying the classpath, etc). Is that correct?

    If that’s the case, I don’t have any documentation I can provide to you on that. There are several additions done at various times in many different ways and we just don’t have them all written down anywhere. Is there some reason that the automated mechanisms aren’t working for you?

    #206656

    snpe
    Member

    Yes, it is my question

    Automatic adding work fine, but I have a problem with referenced libraries

    Libraries are in package explorer when I filter ‘referenced libraries’.
    I want disbabled auto add libraries from WEB-INF/lib and I wiil add this

    Second, I want know more about myeclipse

    Thanks

    #206660

    Riyad Kalla
    Member

    I want disbabled auto add libraries from WEB-INF/lib and I wiil add this

    You can turn this off here: Window > Preferences > MyEclipse > J2EE > Web Project > “No, I will….”

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Manual add web project in java project

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