Difference between revisions of "JavaFX Setup"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
==VM Args== | ==VM Args== | ||
− | Paste the | + | # Load Eclipse's Preferences |
+ | # Type "vm" into the filter text box | ||
+ | # Select "Installed JREs" | ||
+ | # Select whichever JRE you are using | ||
+ | # Click the "Edit..." button | ||
+ | # Paste the text from the clipboard to the VM Argument | ||
+ | # Click the "Finish" button | ||
[[File:Java fx preferences.png]] | [[File:Java fx preferences.png]] |
Revision as of 16:20, 23 January 2020
Contents
JavaFX 13 Runtime
Run FxDowload
- Command+Shift+T (Mac) or Control+Shift+T (Windows) "FxDownload"
- Run as Java Program
This program will download JavaFX 13, unzip it to your Downloads folder, and put the text needed for your Java VM Arguments into the clipboard. (Linux users may need to copy the text from the console.)
VM Args
- Load Eclipse's Preferences
- Type "vm" into the filter text box
- Select "Installed JREs"
- Select whichever JRE you are using
- Click the "Edit..." button
- Paste the text from the clipboard to the VM Argument
- Click the "Finish" button
Run FxDemoApp
test that it is working
Eclipse Java(FX) Plugin
Install the e(fx)clipse plugin from the Marketplace