

The search should return the a JBoss Tools (Luna) 4.2.2.Final plugin, similarly to the image below:Ĭlick on Install, accept the license agreement and proceed with the installation process until its conclusion.


On Search… tag, type JBoss Tools and press Enter. On your Eclipse menu, go to Help -> Eclipse Marketplace… We are going to install JBoss Tools plugin, which automatically add to Eclipse the most used plugins for web development, such as Git, servers support, editor for web languages such as HTML, CSS, and so on. However, the easiest and more consistent way to install those plugins that I’ve found after spent a few hours facing incompatibility problems, is the following proposed way, by using the Eclipse basic installation, instead of Eclipse EE. Nowadays, the are several ways for installing plugins that assist Java web development, like installing WTP (Web Tools Platform) plugins, or by just downloading Eclipse IDE for Java EE Developer. Save this file by clicking on File -> Save on text editor window.īy finishing the above steps, the Eclipse IDE can now be found by searching for installed programs: Plugins the created file will be shown on text editor, then add the following lines: Ĭomment=Integrated Development Environment Move it to /opt folder: sudo mv eclipse /optĬreate a file named sktop on /usr/share/applications directory: sudo gedit /usr/share/applications/sktop Sudo tar -xvf eclipse-java-luna-SR1a-linux-gtk-x86_64.tar.gzĪ directory named eclipse will be extracted. Go to the directory where you downloaded Eclipse file, usually, it resides on /home/username/Downloads. Unzip the downloaded file: cd /home/bruno/Downloads Similarly to Windows installation, go to Eclipse Downloads page and download Eclipse IDE for Java Developers for your Ubuntu. Go to Eclipse Downloads page to download the appropriate Eclipse IDE for Java Developers (32 ou 64 bits).
HOW TO INSTALL MAVEN IN ECLIPSE LUNA HOW TO
This tutorial will show how to install Eclipse Luna IDE on Windows and Ubuntu, and install Java web development plugins.
