Skip to content

Latest commit

 

History

History
 
 

Java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Non-modular samples for Eclipse

JavaFX 12 samples to run from Eclipse with different options and build tools

Version Eclipse: 2019-03 (4.11.0)

Install this patch from MarketPlace: Java 12 support for Eclipse 2019-03 (4.11).

Download an appropriate JDK 12 for your operating system. Make sure JAVA_HOME is properly set to the Java 12 installation directory.

Java

For the first time only:

  • Download JavaFX SDK for your operating system and unzip to a desired location.

  • Open Eclipse and create a string substitution variable under Preferences->Run/Debug->String Substitution, named PATH_TO_FX and pointing to the JavaFX 12 lib folder.

  • Create a User Library under Eclipse -> Window -> Preferences -> Java -> Build Path -> User Libraries -> New. Name it JavaFX12 and include the jars under the lib folder from JavaFX 12.

Clone the sample, open it with Eclipse, and make sure the paths for Java 12 and JavaFX 12 match those on your machine.

Build the project and run with Run configurations-> Java Application -> HelloFX.

Note: Edit Run configurations... -> Arguments and make sure the option:

Use the -XstartOnFirstThread argument when launching with SWT

is not selected.