zoukankan      html  css  js  c++  java
  • ubuntu eclipse 不能新建javaweb项目解决方案

    ubuntu下,通过sudo apt-get install eclipse 成功安装了eclipse,可它简洁的都让我不知如何新建web project。网上查了众多资料,终于找到了一系列简洁的方法,分享之。
    一、安装JavaEE Developer Tools插件
    1.In Eclipse go Help -> Install new Software...
    2.Press Add...
    3.In address enter http://download.eclipse.org/releases/indigo/ and name - whatever you like.
    4.Install JavaEE Developer Tools, JST Server Adapters , JST Server Adapters Extenstion(they are all under"Web, XML, JavaEE, and OSGi Enterprise Tools")
    5.(Optional, but very useful).Install Marketplace Client (General Purpose Tools -> Marketplace Client).
    That's about it, after this you should have the same environment as client you would download from Eclipse.org.

    注:安装的时候最好一项一项安装,这样速度快,否则,会出错。

  • 相关阅读:
    Linux进阶之正则,shell三剑客(grep,awk,sed),cut,sort,uniq
    生成下拉列表
    获取服务器时间
    Web窗体(WebForm)
    Session
    Cookie
    Server属性
    Response缓冲区
    小案例
    Web窗体(WebForm)的删除和修改
  • 原文地址:https://www.cnblogs.com/herd/p/4985733.html
Copyright © 2011-2022 走看看