Questions tagged [openjdk]
OpenJDK (Open Java Development Kit) is the reference implementation of JavaSE since version 7. It is free and open source.
36 questions
0 votes
0 answers
52 views
On a Linux machine with JDK 11 that is used for development, how should I satisfy OpenOffice's requirement for JRE?
On a Linux machine that has JDK 11 installed, what should I do to allow OpenOffice to run? As it stands right now, it throws this error: /opt/openoffice4/program/soffice: line 121: 18205 Segmentation ...
0 votes
1 answer
901 views
Install JDK17 on raspberrypi
I am trying to install JDK17 on raspberrypi but it keeps on telling me E: Unable to locate package openjdk-17-jdk pi@raspberrypi:~/Downloads $ sudo apt install openjdk-17-jdk -y Reading package lists....
14 votes
4 answers
39k views
How can I install Java 8 on Debian 12 (bookworm)?
Under Debian 11, we typically use OpenJDK from adoptopenjdk.net. This organization will no longer provide new releases: https://adoptopenjdk.jfrog.io/ui/native/deb/dists/ Is there a way to install ...
0 votes
2 answers
148 views
How to use early jdk with archlinux-java?
I'm using archlinux-java set java-xx-openjdk to switch between regularly installed jdk versions, and that works, but I want to use the latest or the early version from https://jdk.java.net/ that I ...
8 votes
2 answers
19k views
OpenJDK 17 for CentOS 7
Currently there is no possibility to install java-17-openjdk through sudo yum install java-17-openjdk on a CentOS 7 system (CentOS Linux release 7.9.2009 (Core)) as it was possible some time ago. When ...
0 votes
0 answers
56 views
two java sdks in one system
I installed java using the sudo apt install openjdk-17-headless-jdk but for some reason my intellij IDEA community edition couldn't find the jdk when I tried to create a maven project. Since it was an ...
0 votes
1 answer
709 views
Failed to install openjdk in Debian Stretch
My Dockerfile is: FROM python:3.7-slim-stretch RUN echo "deb http://security.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list RUN apt-get update && ...
0 votes
1 answer
251 views
RHEL7 - very long start times on JRE
I'm using RHEL7, and I've ran into problems with Pycharm where it takes a very long time to start, a few minutes. According to the logs, it's mostly waiting for the JRE/JVM to start. So I tried to ...