Questions tagged [openjdk-8]
10 questions
4
votes
1 answer
debian apt cant find openjdk-8-jdk
im trying to install openjdk-8-jdk as suggested here with the command:
sudo apt-get install openjdk-8-jdk
but apt dosnt find the package. i did find it at packages.debian.org manualy and tried to tell apt to also load from there, as suggested on…

Flowly
- 215
- 1
- 2
- 8
3
votes
2 answers
Ubuntu 18.04 Java Command Not Found Despite Being Installed
I initially had default-jdk and default-jre installed on Ubuntu 18.04.
Attempted to host a Minecraft Server for a friend, but was given the error found here
I followed the commentor's advice to reinstall java version 8 rather than version 11…

tjsucksatcoding
- 151
- 1
- 1
- 6
2
votes
1 answer
Problems with instalation of Rapidminer Studio (version 9.6) due to Java
I'm trying to install RapidMiner Studio and I'm having problems related with Java, running the installation file RapidMiner-Studio.sh in my terminal (OS Ubuntu 18.04). I think I have all the requirements to install RapidMiner. I found out I had to…

Nuno M.
- 49
- 5
2
votes
2 answers
JDK flight recorder backport in RedHat OpenJDK 8
I would like to ask, if anybody knows date or more informations about JDK flight recorder backport in the RedHat OpenJDK 8 production release (for RHEL 7)? I've tried the last build (1.8.0_242-b08) that doesn't contain it yet, and based on this…

Miroslav Karkoška
- 61
- 4
2
votes
1 answer
How to make open Jdk 8 Zulu to use dejavu fonts?
I have dejavu fonts installed on x/y/z path and I am using open Jdk 8 (Zulu). While using application that runs on Apache I am getting fonts not found error. For your information, webpage application contain image as well.

I_am_groot
- 39
- 7
1
vote
2 answers
Jruby version suitable for OpenJDK 8 (Zulu JDK)
I am looking for an advisable version of JRuby that supports OpenJDK-8 (Zulu-JDK) to run on a Rails project.
Rails version- 4.0.13.

Jan_Niv
- 11
- 1
0
votes
0 answers
openjdk8: download from Mercurial using hg
I am trying to download openjdk8 source code from Mercurial repository using
hg clone http://hg.openjdk.java.net/jdk8/jdk8 openJDK8
Am getting the below error:
abort: error: node name or service name not known
If we add the ipaddress and…

preethi selvaraju
- 155
- 10
0
votes
1 answer
How to read value of java annotation with JDK8 and JDK11?
How to read value of java annotation with JDK8 and JDK11?
import io.cucumber.java.en.When;
public class Sof {
private static final Logger log = LoggerFactory.getLogger(Sof.class);
@When(value = "I update text {string} with…

Stéphane GRILLON
- 11,140
- 10
- 85
- 154
0
votes
1 answer
Adding a class instance to JComboBox
In this question (Adding items to a JComboBox) it is described how an Item can be added to a JComboBox.
This would allow to store an Object in a JComboBox, and overriding the toString() method the JComboBox would display a value and it will return…

M.E.
- 4,955
- 4
- 49
- 128
0
votes
1 answer
Building JavaFx application using Bitbucket pipelines
I am trying to build JavaFx project using bitbucket pipelines. For that I am using maven:3-jdk-8 docker image. This Docker image uses OpenJDK 8 instead of Oracle's one (due to the lincensing issue) which does not include the JavaFx part. Note that I…

somebody
- 49
- 11