Enterprise Java Development@TOPIC@

Chapter 8. Eclipse Setup

8.1. Download and Install Eclipse
8.2. Define JDK location
8.3. Setup Maven Eclipse Integration (m2e)
8.4. Setup EGit Eclipse Team Provider
8.5. Setup JBoss Eclipse Integration

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.

  1. Download Eclipse IDE for JavaEE Developers https://eclipse.org/downloads/packages/release/Luna/R or latest from http://eclipse.org/downloads

  2. 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
    
  3. Create a shortcut for starting Eclipse

  4. Start Eclipse

Eclipse will default to the JRE when launching most tools/applications. Sometimes this can be an issue and requires a JDK. Add the JDK and make it your default JRE.

m2e is a plugin installed into Eclipse that configures Eclipse based on the Maven pom.xml configuration. When adjusting your builds, you should always define changes within the Maven pom.xml and rely on m2e to translate that into Eclipse. Any changes added directly to Eclipse will not be seen by the command-line build.

  1. Add the Java Package Explorer to the JavaEE Perspective. I find this easier to work with than the Project Explorer used by default in the JavaEE perspective.

  2. Import the class examples into Eclipse as a Maven Project

You can use the command line Git to functionally clone the remote repository and update your local copy. However, having Git integrated into Eclipse allows the plugin to make Eclipse transition easier between one checked out branch to another or correctly react to an updated branch. To do this -- install the EGit plugin.

Add the following repository to your Eclipse instance and install the plugin

  1. Open the Eclipse Marketplace panel using Help->Eclipse Marketplace

  2. Type JBoss into the seach field and press Go

  3. Click Install for the JBoss Tools (Luna)

  4. Complete the installation steps for JBoss Tools. There are many tools in the repository. Not all of them are needed for class or obvious how to use them without more investigation. Choose the following suggested minimal set.

  5. Define a Server Instance for JBoss