CPSC 343 Database Theory and Practice Fall 2024

JavaFX Local Quick Start

Installation and Setup

Installation

If you want to work on your own computer, you may need to install some software. (If you are using the HWS Linux environment, whether in the lab or via the VDI, you can skip this step.)

If you don't already have Java and JavaFX installed, Java 17 is recommended. (If you already have a different version of Java, get the corresponding version of JavaFX.)

If you don't already have Eclipse installed, Eclipse version 2024-06 is recommended.

Eclipse Setup

This must be done for each Eclipse workspace you use. If you are setting up Eclipse on your own computer, substitute the path for your JavaFX installation for /opt/jfx17/lib below. You'll also need to copy the files from /classes/cs343/eclipse to your own computer for the other configuration.

Set up Eclipse so that all projects within the current workspace can use the JavaFX libraries:

Other workspace configuration that you may want to do: (not specific to JavaFX)