美文网首页
如何解决eclipse没有Dynamic Web Project

如何解决eclipse没有Dynamic Web Project

作者: 孤魂已死呼我烧纸 | 来源:发表于2019-05-05 09:37 被阅读0次

    2018年09月15日 11:56:41 _liky 阅读数:10326

    最近上课要用到eclipse,要用到Dynamic web project。但是我下载的版本上没有。

    所以要安装java ee插件。

    首先打开eclipse,查看一下你的版本号 help->About Eclipse

    image

    我的是Oxygen,关掉

    然后help->Install New Software

    打开Work with的下拉框,或者去网上找找,点Add手动输入

    (刚刚接触,我对eclipse各种版本也很懵逼)

    image

    加载完成后

    image

    下拉,选择

    • Eclipse Java EE Developer Tools
    • Eclipse Java Web Developer Tools
    • Eclipse Web Developer Tools
    • Eclipse XML Editors and Tools
    • JST Server Adapters
    • JST Server Adapters Extentions

    后两个是用于Tomcat之后的使用

    嫌麻烦的话直接全安装上

    然后一直next到

    image

    Finish。

    等待安装就行啦

    安装完成后,重启eclipse

    image

    </article>


    还有一个个更为具体的文章

    第一种方法:

    你安装的是专门开发java项目的,而Dynamic Web Project 属于J2EE技术,所以你要专门下载一个集成了J2EE插件的Eclipse,(eclipse-jee-helios-SR2-win32),到eclipse官网下载相对应版本的IDE,

    官网下载:http://www.eclipse.org/downloads/

    选择:Eclipse IDE for Java EE Developers

    第二种方法:

    为当前的eclipse安装Java EE开发插件。如下:

    For this tutorial I am using Eclipse Kepler(4.3) since it is the latest
    version right now but the steps work same for Eclipse Juno(4.2),
    Indigo(3.7), Helios(3.6). If you have a version older than Helios then I
    would recommend that you upgrade to Kepler since versions older than
    Helios are not supported. Here are the steps to download and setup Eclipse.

    Start Eclipse and open the New Project Wizard. Currently it would not contain the Web folder and the Dynamic Web Project option.

    image.png

    Click Cancel. In the top Menu bar click on Help -> Install New Software

    image.png

    安装向导被打开。在安装向导的窗口, 点击”Work
    With”下拉,根据你的eclipse版本名选择

    http://download.eclipse.org/releases/kepler“(如果你是 Eclipse
    Kepler版本)

    OR “http://download.eclipse.org/releases/juno”(如果你是 Eclipse Juno版本)

    OR “http://download.eclipse.org/releases/indigo”(如果你是 EclipseIndigo版本)

    OR “http://download.eclipse.org/releases/helios”(如果你是 Eclipse Helios版本)

    Note: If you do not see above site in the dropdown, you can add it using the add button.

    image.png

    eclipse会搜寻这个网址的所有软件,并且显示到下面的列表(建议使用代理,否则可能要花很长时间显示和下载插件,至于如何设置eclipse代理,请自行google)。

    image.png

    展开 “Web, XML, Java EE and OSGi Enterprise Development” 选项,并且将下面四个选项打上勾:

    • Eclipse Java EE Developer Tools
    • Eclipse Java Web Developer Tools
    • Eclipse Web Developer Tools
    • Eclipse XML Editors and Tools

    然后点击”Next“。

    image.png

    依次点击“Next ”知道你看到 “ Review licences”的窗口。在这个窗口选择 “I accept the terms of the licence agreement” 并且点击“Finish”。

    image.png

    eclipse会开始安装新的软件.

    image.png

    安装完插件之后, Eclipse会要求你重启eclipse,选择“yes”。

    image.png

    重启eclipse之后, 打开新建项目的面板,就可以看到 Web文件夹 和 “Dynamic
    Web Project” 选项了。

    image.png

    在eclipse配置tomcat的时候,我发现在Eclipse—Preferences—server—Runtime Environment中,点击“Add”按钮,里面看不到tomcat的,只有个“J2EE Runtime Library”。

    解决办法:

    1. Help -> Install New Software
    2. Choose “Luna – http://download.eclipse.org/releases/Luna” site
    3. Expand “Web, XML, and Java EE Development”
    4. Check JST Server Adapters (version 3.2.2) and ** JST Server Adapters Extentions**

    安装完后,就能在 Server Runtime Environments的Add按钮中看到tomcat的选项了。

    相关文章

      网友评论

          本文标题:如何解决eclipse没有Dynamic Web Project

          本文链接:https://www.haomeiwen.com/subject/pztcoqtx.html