Difference between revisions of "JavaFX Setup"

From CSE231 Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=JavaFx13=
+
JavaFX is no longer required.
 +
<!--
 +
=JavaFX 13 Runtime=
 
<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
+
# 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]]
Line 10: Line 23:
  
 
==Run FxDemoApp==
 
==Run FxDemoApp==
test that it is working
+
# Command+Shift+T (Mac) or Control+Shift+T (Windows) "FxDemoApp"
 +
# Run as Java Program
 +
 
 +
This program should bring up a graphical user interface with a single button which you can click on to test that JavaFX is working.
 +
 
 +
[[File:Java fx demo app.png]]
  
 
=Eclipse Java(FX) Plugin=
 
=Eclipse Java(FX) Plugin=
Install the e(fx)clipse plugin from the Marketplace [http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/setup/JavaFX.html e(fx)clipse].
+
Install the e(fx)clipse plugin from the Marketplace
  
 
[[File:Marketplace JavaFX.png]]
 
[[File:Marketplace JavaFX.png]]
 
+
-->
 +
<!--
 
If e(fx)clipse is not available from the Marketplace, you can try to install it from Help -> Install New Software...
 
If e(fx)clipse is not available from the Marketplace, you can try to install it from Help -> Install New Software...
  
 
work with: efxclipse - http://download.eclipse.org/efxclipse/updates-nightly/site
 
work with: efxclipse - http://download.eclipse.org/efxclipse/updates-nightly/site
 +
-->

Latest revision as of 03:00, 12 September 2021

JavaFX is no longer required.