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
In this folder you find releases of OpenJDK for Raspberry PI Zero W / armv6hf.
2
+
3
+
A file name like `jdk-17-gcc-10.1_glibc-2.28_binutils-2.31_Buster.tar` means jdk-17-ga as JDK version, compiled with gcc 10.1, glibc 2.28, binutils-2.31 and Buster as sysroot.
4
+
This means it runs on Debian Buster and above.
5
+
6
+
With `ldd --version` you get the glibc version of your system. It is important that your system has a glibc version equal or above the JDK version.
7
+
I think binutils version is not really important, but just in case, I've added that information. You get the binutils version with `ld -v`.
0 commit comments