Skip to main content

Questions tagged [openjdk]

OpenJDK (Open Java Development Kit) is the reference implementation of JavaSE since version 7. It is free and open source.

0 votes
0 answers
52 views

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 ...
SuperAl's user avatar
  • 151
0 votes
1 answer
901 views

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....
arpit joshi's user avatar
14 votes
4 answers
39k views

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 ...
realtebo's user avatar
  • 1,035
0 votes
2 answers
148 views

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 ...
pdem's user avatar
  • 491
8 votes
2 answers
19k views

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 ...
MrPython's user avatar
  • 219
0 votes
0 answers
56 views

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 ...
user avatar
0 votes
1 answer
709 views

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 && ...
Kafka4PresidentNow's user avatar
0 votes
1 answer
251 views

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 ...
wile_e8's user avatar
  • 111

15 30 50 per page