You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Liberica is a 100% open-source Java implementation. It is built from OpenJDK which BellSoft contributes to, is thoroughly tested and passed the JCK provided under the license from OpenJDK. Liberica supports the following architectures: x86_64, ARMv8, ARMv7 Liberica binaries for the Raspberry Pi also contain JavaFX with hardware-accelerated EGL support and Device IO API as additional modules.
docker pull bellsoft/liberica-openjdk-centos:11
works fine on rpi 4b (armv7), but image for jdk17 is not supported on armv7:
pi@raspberrypi:~ $ docker pull bellsoft/liberica-openjdk-centos:17
17: Pulling from bellsoft/liberica-openjdk-centos
no matching manifest for linux/arm/v7 in the manifest list entries
The text was updated successfully, but these errors were encountered:
Per readme:
works fine on rpi 4b (armv7), but image for jdk17 is not supported on armv7:
The text was updated successfully, but these errors were encountered: