Questions tagged [jdk]
3 questions
5
votes
1 answer
Up-to-date java version for setting up a minecraft server on raspberry pi 4
Problem summary
I'm trying to set up my raspberry pi 4 as a minecraft server as described here.
I've installed the default version of java. The output from java -version is
openjdk version "17.0.11" 2024-04-16
The next step is to launch the server…
r.bot
- 153
- 1
- 5
0
votes
0 answers
OpenJDK that includes JavaFX, including WebView
Standard OpenJDK-11-JDK of Raspbian doesn't have JavaFX. BellSoft build does have JavaFX but does not support WebView (Webkit). How to be able to use WebView on the Pi (4 in this case with Buster)?
0__
- 522
- 8
- 27
-2
votes
1 answer
JDK version still at 11 even after updating $PATH to use JDK 16
I updated my Raspberry Pi to JDK 16 by following part of this tutorial: https://linuxhint.com/install-oracle-java-jdk-16-raspberry-pi/
It worked just fine (when I do java --version, it displayed JDK 16) until today, where it suddenly went back to…
YJJcoolcool
- 5
- 2