About this question
I switch the Kernel of my Raspi 4 to 64 Bit by changing the /boot/config.txt adding arm_64bit=1.
After a reboot uname -a shows Linux raspberrypi 5.4.72-v8+ #1358 SMP PREEMPT Mon Oct 26 17:29:14 GMT 2020 aarch64 GNU/Linux
So it looks like the 64 Bit kernel is running.
When installing JRE 11 by sudo apt install default-jre it looks like it still uses the 32 Bit version.
So is the PI really running in 64 Bit now?
How can I install a 64 Bit JRE 11?