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.

Filter by
Sorted by
Tagged with
0 votes
0 answers
53 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
2 answers
436 views

I have installed Gradle via Synaptic Package Manager. During the installation process, two auxiliary packages were installed, plus a large amount of different dependencies, and the process was quite ...
minto's user avatar
  • 595
0 votes
1 answer
921 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
0 votes
1 answer
67 views

In Debian Stable the latest openjdk version available is 17. $ which -a java /usr/bin/java /bin/java $ java --version openjdk 17.0.8 2023-07-18 OpenJDK Runtime Environment (build 17.0.8+7-Debian-...
yyhh344'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
1 vote
1 answer
184 views

I'm trying to cross compile jdk for android. I run: ./configure --with-toolchain-path=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64 --with-sysroot=$ANDROID_NDK_HOME/platforms/android-21/...
kpwn Apps's user avatar
  • 121
0 votes
2 answers
154 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
1 vote
1 answer
7k views

Really don't know what to do about this one. I'm trying to start a minecraft server with more RAM but the commands in the terminal give me this error. The server works only if I go to the file manager ...
linuxlife's user avatar
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
14 votes
3 answers
58k views

This answer explains why it was removed. I'm not interested in the reason, instead, I need to install it. This VM is solely dedicated to my Java app, so I'm not really interested in using a container. ...
cocomac's user avatar
  • 555
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
2 answers
16k views

I am using Linux Mint XFCE 20. Recently I installed Java by running sudo apt-get install openjdk and it automatically installed versions 8 and 11 of both JRE and JDK, including JRE headless. It turns ...
linuxlife's user avatar
0 votes
1 answer
715 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
1 vote
0 answers
4k views

I know it's sudo yum downgrade <package_name>-<version_info> but always can't find the packet. for example sudo yum --showduplicates list java-1.7.0-openjdk Installed Packages java-1.7.0-...
Beterhans's user avatar
0 votes
1 answer
254 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
1 vote
2 answers
15k views

Guys I need to install jdk 8 for my programs to work better, many programs do not support the version higher than Java 8 so I want to install Java 8 to run better, I tried to install via apt-get, but ...
Dakota's user avatar
  • 141
2 votes
2 answers
6k views

I have Debian 10 and openjdk-11-jdk installed from the Debian repository. I have to run a program that was compiled with Java runtime version 58 so I need to update it. I downloaded the .tar.gz of ...
Fabiola's user avatar
  • 21
0 votes
0 answers
689 views

I followed this documentation to install java-1.8.0-openjdk-1.8.0.272.b10-1.portable.jdk.el.x86_64.tar.xz into RHEL 7.3. In section 2.4. Installing OpenJDK on RHEL using an archive, at the last step, ...
MightStackier's user avatar
0 votes
1 answer
2k views

I installed jdk8 and jdk14 on Arch Linux with sudo pacman -S jre8-openjdk jre-openjdk but I can't find the jar binaries file. If I run jar it tells me command not found. I searched in both openjdk ...
JacopoDT's user avatar
  • 138
0 votes
1 answer
581 views

I installed android-studio few days back along with openjdk. And it did work fine until yesterday. But now I cannot open it. The desktop icon is dead and when I run ./studio.sh it shows JDK Required: ...
Rio_Nyx's user avatar
  • 31
3 votes
1 answer
6k views

I'm brand-new to linux, using Mint. I installed Eclipse, but when I try to open it or do commands involving it I get an error. Earlier, this came up: OpenJDK 64-Bit Server VM warning: ignoring option ...
lizard's user avatar
  • 33
0 votes
1 answer
481 views

I have to bounce between Java 8 and Java 13 for different Minecraft versions to work properly, and doing that requires me to type sudo archlinux-java set java-8-openjdk or sudo archlinux-java set java-...
Dr-Bracket's user avatar
0 votes
1 answer
464 views

Debian 10 has OpenJDK 11.0.6 but I want to update to OpenJDK 11.0.7. How to update or download?
Hemlata's user avatar
  • 103
2 votes
1 answer
57 views

I'm trying to run a jar file which checks the installed version of Java explicitly: *** The version you have requested to build requires Java versions between [Java 8, Java 12], but you are using ...
Zhro's user avatar
  • 2,851
0 votes
1 answer
2k views

I'm trying to run a simple Tomcat server. But I can't see the Tomcat default page. 1) I ran this command to run the container docker run -it --entrypoint bash e36658dffbd8 2) I opened up localhost:...
merry-go-round-one's user avatar
0 votes
1 answer
2k views

I am following this tutorial to install Android Studio on my Linux Mint. I have reached the stage where I have to set the JAVA_HOME environment variable to the location of my JDK installation. I was ...
Ahmed Ghrib's user avatar
0 votes
1 answer
1k views

I want to install OpennJDK 1.8 in a Centos machine, which cannot be connected to internet. I am trying to download the file in another machine and copy to this machine. I am not able to find an option ...
Geo Thomas's user avatar
0 votes
1 answer
213 views

I was looking at the packages available for Java on Fedora and saw this: java-openjdk is version 12.0.0.33-4 java-latest-openjdk is version 12.0.2.9-1 It's obvious that "latest" is the most recent ...
Zhro's user avatar
  • 2,851
0 votes
1 answer
420 views

According to the Debian releases page Stretch 9 has support until ~2022. What does this mean for the OpenJDK 8 package? How long will security updates be available for OpenJDK 8?
BuZZ-dEE's user avatar
  • 2,273
3 votes
1 answer
13k views

My server is currently running on Debian Stretch: Linux *** 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64 GNU/Linux I tried to install openjdk-11-jdk. This is not part of the stable ...
lg2de's user avatar
  • 133
0 votes
0 answers
175 views

I'm getting a JavaEmbeddedFrame tray in my centos7 taskbar whenever I open the Spark Messenger application. This tray I'm not able to close and do any other actions. Is there any way to fix this ...
Peter's user avatar
  • 1
0 votes
1 answer
191 views

As per the Oracle OpenJDK policy, there will not have any LTS support anymore, but Redhat OpenJDK will continue to have LTS support so far we have seen. Our current server is based on CentOS 7 and ...
MD Ruhul Amin's user avatar
0 votes
1 answer
1k views

I have the following Java-related packages installed on my Debian 8 machine # sudo dpkg -l | grep -i java ii ca-certificates-java 20140324 all Common CA ...
pkaramol's user avatar
  • 3,109
3 votes
1 answer
16k views

I am trying to download XDM(xtreme download manager) on Ubuntu which requires openjdk-6-jre and openjdk-7-jre. But I couldn't install it: sudo apt-get install openjdk-7-jre Reading package lists... ...
Hrishikesh Baravkar's user avatar
1 vote
1 answer
159 views

I'm calculating SLOC (Source Lines of Code) count of some of the packages for my research purposes. I'm downloading source of packages for different years from Debian snapshots. For most of the ...
Hazel's user avatar
  • 33
1 vote
1 answer
6k views

I have installed the OpenJDK 10 JRE on my PureOS system with: $ sudo apt install default-jre $ java --version openjdk 10.0.2 2018-07-17 OpenJDK Runtime Environment (build 10.0.2+13-Debian-1) OpenJDK ...
lofidevops's user avatar
  • 3,389