prepare dev environment: java 7 or 8 + javafx libs.
JavaFX not visible to OSGi classpath: According reference some check is required to ensure a proper JVM is installed and JavaFx library is accessible
install e(fx)clipse JavaFX-PDE_Integration and additional features, from Kepler, Luna, Mars Nightly or Mars Milestones update sites.
Install CDO Version Management Tool from the CDO integration update site.
Install the Maven Integration (m2e) to run GEF/GEF4 builds
Get source code with EGit, using the ssh:// protocol for committers and the git:// protocol for contributors. As example, for contributors it will be:
- gef: git://git.eclipse.org/gitroot/gef/org.eclipse.gef.git
- gef4: git://git.eclipse.org/gitroot/gef/org.eclipse.gef4.git
After cloning from remote repositories to local, checkout the projects
0 Comments