A JavaFX Application that shows how to embed an H2 database on your project.
To execute the sample, do as follows:
- Desktop
Just run it from your IDE or from command line:
./gradlew run
- Android
Connect your Android device and run
./gradlew androidInstall
- iOS
Connect your iOS device and run
./gradlew launchIOSDevice
- Embedded
Configure your Raspberry Pi, add the settings to the
build.gradle
script and run./gradlew runEmbedded
H2 problem on iOS here
"# gluonH2-sample"