Questions tagged [openjdk-11]

Open JDK 11 is the open-source reference implementation of version 11 of the Java SE Platform as specified by by JSR 384 in the Java Community Process.

203 questions
0
votes
0 answers

Deployment is failing with org.jboss.modules.ModuleNotFoundException error for wildfly-15.0.1.Final with OpenJdk-11

I am upgrading my application from JDK 7 to OpenJDk-11 and Application server from JBoss-AS-7.1 to wildfly-15.0.1.Final. But deployment is failing for below error: org.jboss.modules.ModuleNotFoundException: java.se at…
-1
votes
1 answer

Source of OpenJDK 11 (incl. bug/security fixed versions)

SUSE Linux Enterprise Server 15 contains OpenJDK 11. Is that the OpenJDK published by Oracle from https://openjdk.java.net/ or AdoptJDK or which one? What is the source for bug and security fixed versions for that OpenJDK 11 in SLES…
Toru
  • 809
  • 1
  • 8
  • 24
-1
votes
1 answer

Class cast exception occur while updating OpenJDK version from 11.0.2 to 11.0.10

After updating the minor version of OpenJDK , I am getting an error in any API call with HTTPS protocol The same code was working fine with the older version. Older version(Working fine): java version "11.0.2" 2019-01-15 LTS Java(TM) SE Runtime…
-1
votes
1 answer

Hi I am getting the error in anypoint studio version 6.4.2

Errors occurred during the build. Errors running builder 'Mule Builder' on project 'flex-data-mapper'. javax/xml/bind/JAXBException The java version i am using is java 11 and the AnypointStudio.ini file…
dhS
  • 3,031
  • 4
  • 23
  • 46
-1
votes
1 answer

camel 3 openjdk 11 hibernate/jpa java.lang.NoSuchMethodError

I am trying to migrate a maven project that used to work with camel 2 and jdk 8. I am trying at the same time to use more recent version of spring and hibernate. After cleaning my local maven .m2/ repo, "mvn clean install" works then trying to "mvn…
-1
votes
1 answer

EWS(Exchange WebService) API not working in Open JDK 11 as well in Zulu Java 11

I have been using EWS(Exchange Web Service) for reading emails from a shared email box in Java 8. After upgrading to Java 11 (Open JDK 11/Zulu Java 11), facing exceptions while reading emails. This is the Exception: java.lang.NoClassDefFoundError:…
-2
votes
1 answer

Java openjdk error: Cannot load library (java awt)

I tried to run a java awt program but it gives this error: I am using lubuntu 18.04 and openjdk 11 Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_xawt.so at…
-2
votes
1 answer

OpenJDK Security updates for version 8 and beyond

At one place I got this information "With Oracle's new licensing policy you can select any 2 from Stable, Secure, Free." This statement suggests that if I want to select Stable and Secure, then I cannot be free, means I have to use Oracle JDK and…
hsingh
  • 517
  • 3
  • 17
1 2 3
13
14