Run a JavaFX application on a Raspberry Pi with JBang

Опубликовано: 30 Сентябрь 2024
на канале: Frank Delporte
487
8

A Raspberry Pi is a Linux computer with a very small size. But this means, we can use all Java and JavaFX features we know from other server and desktop applications. So JavaFX is also your perfect companion to build user interface applications for the Raspberry Pi.

In this video, I show you how to install Java and JBang with SDKMAN and run a simple demo JavaFX application.

Full info and more details is available in this post on the JFX Central website:
https://www.jfx-central.com/learn-ras...

00:00 Introduction
00:09 Prepare an SD card with the Operating System
00:38 Install SDKMAN
https://sdkman.io/
01:16 Install Java with SDKMAN
02:14 Install JBang
https://www.jbang.dev/
02:55 Install Visual Studio Code and extensions
04:40 Example code of a simple JavaFX demo application
05:30 Running the application with JBang