Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Efxclipse"

(e(fx)clipse)
(e(fx)clipse)
Line 1: Line 1:
 
= e(fx)clipse =
 
= e(fx)clipse =
  
[[Image:Example2.jpg]]
+
Running the JavaFX bundles without installing the runtime bundles
 +
 
 +
1. From the Plug-ins view import org.eclipse.osgi as a source project into the workspace
 +
2. Move the project next to org.eclipse.fx.osgi bundle (i.e. org.eclipse.efxclipse/bundles if you've checked out the projects from Git). It is important that the two projects are located next to each other.
 +
3. In the run-configuration select org.eclipse.fx.osgi bundle from the Workspace and de-select the Target Platform

Revision as of 08:45, 3 May 2013

e(fx)clipse

Running the JavaFX bundles without installing the runtime bundles

1. From the Plug-ins view import org.eclipse.osgi as a source project into the workspace 2. Move the project next to org.eclipse.fx.osgi bundle (i.e. org.eclipse.efxclipse/bundles if you've checked out the projects from Git). It is important that the two projects are located next to each other. 3. In the run-configuration select org.eclipse.fx.osgi bundle from the Workspace and de-select the Target Platform

Back to the top