Enterprise Java Development@TOPIC@
The most current version of Eclipse is Mars. However, August/September is the worst time to switch to the newest Eclipse platform since they normally release in the summer and the previous release from last year has had a chance to receive bug fixes and performance patches. I am going to follow my own advice this year and go with Luna. You may use Mars or another IDE entirely.
Download Eclipse IDE for JavaEE Developers https://eclipse.org/downloads/packages/release/Luna/R or latest from http://eclipse.org/downloads
Unzip the downloaded archive.
$ tar xzf ~/Downloads/eclipse-jee-xxxx-R-linux-gtk-x86_64.tar.gz $ ls eclipse about_files about.html artifacts.xml configuration dropins eclipse eclipse.ini epl-v10.html features icon.xpm notice.html p2 plugins readme
Create a shortcut for starting Eclipse
Start Eclipse
Import the class examples into Eclipse as a Maven Project
Select Next to have the current project(s) added to the selected working set.
If you receive the following error
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
-vm C:\apps\Java\jdk1.7.0_11/bin/javaw.exe
--launcher.defaultAction openFile -vm C:\apps\Java\jdk1.7.0_11/bin/javaw.exe -vmargs -Dosgi.requiredJavaVersion=1.5 -Dhelp.lucene.tokenizer=standard -Xms40m -Xmx512m
Add the following repository to your Eclipse instance and install the plugin
Open the Eclipse Marketplace panel using
Help->Eclipse Marketplace
Define a Server Instance for JBoss
Select Wildfly 8.x under the JBoss Community folder (works with Wildfly 9.x as well)
Set HOME to your wildfly-9.0.1.Final directory using the Browse button on the next panel
Name the server "standalone" and leave the to match the default "standalone.xml" configuration file.
Start the server by right clicking on it and selecting Start