No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Arnaud Vergnet 20b2ffc38d chore: initial commit 3 years ago
.idea chore: initial commit 3 years ago
gradle/wrapper chore: initial commit 3 years ago
src/main chore: initial commit 3 years ago
.gitignore chore: initial commit 3 years ago
README.md chore: initial commit 3 years ago
build.gradle chore: initial commit 3 years ago
gradlew chore: initial commit 3 years ago
gradlew.bat chore: initial commit 3 years ago
settings.gradle chore: initial commit 3 years ago

README.md

Clavardator

This project contains the source for the 4IR Java project.

Technologies

  • Java 11.0.9 (openjdk)
  • JavaFX 11.0.2 (openfx)
  • Gradle 6.3

Installation

Install Java 11

Run this command

sudo apt install openjdk-11-jdk

Optional: Install JavaFX Scene Builder 11

Follow this link to download and install it, then this link to set up Intellij

Build and Run

Run this command

./gradlew run

Or in Intellij, open the gradle window and click on clavardator -> Tasks -> application -> run.

Resources