FFL2:FFL2 Main/Dev Environment/Import FFL2 projects into Eclipse: Difference between revisions

From FFL Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
# Start Eclipse (e.g. /opt/eclipse/eclipse) and set the workspace to fantacy/java/ffl_workspace (this will be a new folder)
* Make sure JDK 1.8 is installed
* Start Eclipse (e.g. /opt/eclipse/eclipse) and set the workspace to fantacy/java/ffl_workspace (this will be a new folder)
[[File:FFl2-create-eclipse-workspace.png]]
[[File:FFl2-create-eclipse-workspace.png]]
# Make sure Subclipse plugin is installed
* Make sure JDK 1.8 is set as the workspace default JRE
# Go to the workbench (link at top right)
** Window | Preferences | Java | Installed JREs
# Import the projects as follows
* Install the Subclipse plugin
#* File | Import... | Maven | Existing Maven Projects
** see [[../Install Subclipse Eclipse plugin]]
# Select root directory to be the 'java' directory
* Go to the workbench (link at top right)
# Uncheck the 'fantacyreactor' project and the 'Add project(s) to working set' options and click 'Finish' (see below)
* Import the projects as follows
** File | Import... | Maven | Existing Maven Projects
* Select root directory to be the 'java' directory
* Uncheck the 'fantacyreactor' project and the 'Add project(s) to working set' options and click 'Finish' (see below)
[[File:FFL2-eclipse-maven-project-import.png]]
[[File:FFL2-eclipse-maven-project-import.png]]

Revision as of 08:04, 7 August 2014

  • Make sure JDK 1.8 is installed
  • Start Eclipse (e.g. /opt/eclipse/eclipse) and set the workspace to fantacy/java/ffl_workspace (this will be a new folder)

  • Make sure JDK 1.8 is set as the workspace default JRE
    • Window | Preferences | Java | Installed JREs
  • Install the Subclipse plugin
  • Go to the workbench (link at top right)
  • Import the projects as follows
    • File | Import... | Maven | Existing Maven Projects
  • Select root directory to be the 'java' directory
  • Uncheck the 'fantacyreactor' project and the 'Add project(s) to working set' options and click 'Finish' (see below)