Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(Running the JavaFX bundles without installing the runtime bundles)
(Running the JavaFX bundles without installing the runtime bundles)
Line 6: Line 6:
 
# From the Plug-ins view import org.eclipse.osgi as a source project into the workspace
 
# From the Plug-ins view import org.eclipse.osgi as a source project into the workspace
 
[[Image:fx-import-source-project.png]]
 
[[Image:fx-import-source-project.png]]
# 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. To get rid of the compiler errors you have to set the execution environment for J2SE-1.5 to Java 7.n You can change the setting in the Eclipse preferences under Java -> Installed JREs -> Execution Environment
+
# Move the project next to org.eclipse.fx.osgi bundle (i.e. org.eclipse.efxclipse/bundles/runtime if you've checked out the projects from Git). It is important that the two projects are located next to each other. To get rid of the compiler errors you have to set the execution environment for J2SE-1.5 to Java 7.n You can change the setting in the Eclipse preferences under Java -> Installed JREs -> Execution Environment
 
[[Image:fx-execution-environments.png]]
 
[[Image:fx-execution-environments.png]]
 
# In the run-configuration select the org.eclipse.fx.osgi bundle from the Workspace and de-select it from the Target Platform
 
# In the run-configuration select the org.eclipse.fx.osgi bundle from the Workspace and de-select it from the Target Platform
 
[[Image:fx-run-configuration.png]]
 
[[Image:fx-run-configuration.png]]

Revision as of 04:00, 15 May 2013

e(fx)clipse

Running the JavaFX bundles without installing the runtime bundles

  1. Install the Java 8 SDK Build 88 or newer
  2. From the Plug-ins view import org.eclipse.osgi as a source project into the workspace

Fx-import-source-project.png

  1. Move the project next to org.eclipse.fx.osgi bundle (i.e. org.eclipse.efxclipse/bundles/runtime if you've checked out the projects from Git). It is important that the two projects are located next to each other. To get rid of the compiler errors you have to set the execution environment for J2SE-1.5 to Java 7.n You can change the setting in the Eclipse preferences under Java -> Installed JREs -> Execution Environment

Fx-execution-environments.png

  1. In the run-configuration select the org.eclipse.fx.osgi bundle from the Workspace and de-select it from the Target Platform

Fx-run-configuration.png

Back to the top