Relative Content

Tag Archive for dockerjavafx

Running JavaFX app inside Docker container: failed to load driver: iris

I am struggling with making an old JavaFX (+ JFoenix) school project work inside a Docker container.
I made a multi-project Gradle build config (commons, server and client) that runs well with Java 21 directly on my computer (Manjaro 6.6.32 64-bits / Wayland / Intel Core 11th Gen i3-1115G4 x4), but not with the following Dockerfile for the client app :

Running JavaFX app inside Docker container: failed to load driver: iris

I am struggling with making an old JavaFX (+ JFoenix) school project work inside a Docker container.
I made a multi-project Gradle build config (commons, server and client) that runs well with Java 21 directly on my computer (Manjaro 6.6.32 64-bits / Wayland / Intel Core 11th Gen i3-1115G4 x4), but not with the following Dockerfile for the client app :