Difference between revisions of "JavaFX Setup"

From CSE231 Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
<youtube>EzBTDhTTigM</youtube>
 
<youtube>EzBTDhTTigM</youtube>
 
==Run FxDowload==
 
==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==
 
==VM Args==
 
Paste the output (already in copy buffer) to the VM Arguments
 
Paste the output (already in copy buffer) to the VM Arguments

Revision as of 16:17, 23 January 2020

JavaFX 13 Runtime

Run FxDowload

  1. Command+Shift+T (Mac) or Control+Shift+T (Windows) "FxDownload"
  2. 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

Paste the output (already in copy buffer) to the VM Arguments

Java fx preferences.png

Java fx preferences vm args.png

Run FxDemoApp

test that it is working

Eclipse Java(FX) Plugin

Install the e(fx)clipse plugin from the Marketplace

Marketplace JavaFX.png