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.

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