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

From FFL Wiki
Jump to navigation Jump to search
Created page with '# Start Eclipse (e.g. c:\eclipse-helios\eclipse.exe) and set your workspace location to be the fantacy/workspace folder (e.g. D:\Projects\fantacy\workspace) # Go to the workbench…'
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
# Start Eclipse (e.g. c:\eclipse-helios\eclipse.exe) and set your workspace location to be the fantacy/workspace folder (e.g. D:\Projects\fantacy\workspace)
* Make sure JDK 1.8 is installed
# Go to the workbench (link at top right)
* Start Eclipse (e.g. /opt/eclipse/eclipse) and set the workspace to fantacy/java/ffl_workspace (this will be a new folder)
# Import the projects as follows
[[File:FFl2-create-eclipse-workspace.png]]
#* File | Import | General | Existing Projects into Workspace
* Make sure JDK 1.8 is set as the workspace default JRE
# Select root directory to be the 'workspace' directory
** Window | Preferences | Java | Installed JREs
# Confirm that all projects are checked and click 'Finish'
* Install the Subclipse plugin
** see [[../Install Subclipse Eclipse 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).  NOTE: There is now also a fantacyweb-tomcat project which should be added.
[[File:FFL2-eclipse-maven-project-import.png]]

Latest revision as of 17:24, 14 February 2016

  • 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). NOTE: There is now also a fantacyweb-tomcat project which should be added.