A Media Player implementation in JavaFX.
- JDK 11. Java 11 or newer, PlayerFX is written using the Java language version 11, you will need a OpenJDK 11 installed on your machine.
- clone the PlayerFX repository
- run one of the following commands from the project root:
Build and install the jars in the local repository executing all the unit test:
./gradlew build
Once you built the artifacts you can find the zip bundle
in the distributions
directory of the build
output folder, unzip it somewhere and run it using the provided script in the bin
subdirectory.