Questions tagged [adoptopenjdk]

AdoptOpenJDK is a community of Java User Group (JUG) members, Java developers and vendors with the purpose of producing high-quality runtimes and associated technology for use within the Java ecosystem. The Eclipse Adoptium project is the continuation of the original AdoptOpenJDK mission.

129 questions
0
votes
2 answers

Http Connection Timeout only when mobile client surfing from vodafone network + google chrome

I have a web application (spring-boot, tomcat) which is working and reachable through https without problems, but only if the client is not inside mobile network of vodafone and browsing with chrome. If so, when navigating to the page, chrome gives…
Johannes Hinkov
  • 761
  • 8
  • 9
0
votes
1 answer

which App Server supports both AdoptOpenJdk11.0.3 and RedHat Open jdk 11.0.3?

I wanted to know that which Server supports both AdoptOpenJdk 11.0.3 and RedHat Open jdk 11.0.3. I have tried to search on google but was not able to find anything, It will be helpfull if anybody can tell me.
Atif Sheikh
  • 105
  • 4
  • 12
0
votes
1 answer

Issue in jmeter with adopopenjdk 8

I am trying to execute one jar having few parameter as well in apache-jmeter-5.1.1. I am running Thread Plan -> OS Process Sampler. But getting below error always : Response message: Exception occurred whilst executing system call:…
0
votes
2 answers

Our company is planning to move towards AdoptOpenJdk 11 with Wildfly 10 running on it

Our company is planning to move towards AdoptOpenJdk 11 from Oracle JDK8 with Wildfly 10 running on it. All the code and wildfly server will be same(written and supported by JDK8) and since java is backward compatible, I think that it should work…
Zeus
  • 6,386
  • 6
  • 54
  • 89
-1
votes
1 answer

How to install AdoptOpenJDK 8 and 11 parallel to Oracle JDK 8 and use both with Eclipse

I'm trying to update Java to Version 11, but don't want to use Oracles JDK because of the license. I also would like to install and use AdoptOpenJDK 8 because of that. My OS is Windows 10. I've already tried to install AdoptOpenJDK 11 without…
Richard
  • 1
  • 2
-1
votes
1 answer

Script changing JAVA_HOME environment variable not working

I recently bumped into the following problem: I have a .jar file witch is not yet ported to Java builds higher than Java 8, but prefer to use Java 13 otherwise. My environment is Windows, so I logically tried to write a script to automate changing…
-1
votes
1 answer

Amazon Corretto Java 8 for Sun Solaris?

Does Amazon Corretto Java 8 is supported in Solaris platform? Can anyone know where to download and the installation instruction?
JavaUser
  • 25,542
  • 46
  • 113
  • 139
-2
votes
1 answer

Which minor version would be pulled if we don't specify the Docker image version for OpenJDK?

If I specify the following base image, which minor version of Java would be pulled? FROM adoptopenjdk/openjdk11:alpine-jre Similarly, which minor version would be pulled if I specify the following: FROM…
Popeye
  • 1,548
  • 3
  • 25
  • 39
-6
votes
1 answer

Differences of components missing from OpenJDK-17 (Eclipse Temurin) which was present in OracleJDK-11

Please help me to know the key differences of components missing from OpenJDK-17 (Eclipse Temurin) which was present in OracleJDK-11.
1 2 3
8
9