Top "Java-11" questions

Use this tag for questions specific to Java 11, which is version 11 of the Java platform, released on 25 September 2018.

Java: How to resolve java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

I have some code that uses JAXB API classes which have been provided as a part of the JDK in …

java jaxb java-9 java-11 java-10
How to install OpenJDK 11 on Windows?

In the past, Oracle used to publish an executable installers for Windows that would: Unpack files Add registry keys indicating …

windows java-11
Java 11 package javax.xml.bind does not exist

I'm trying to deserialize XML data into a Java content tree using JAXB, validating the XML data as it is …

java jakarta-ee jaxb java-11
Unable to compile simple Java 10 / Java 11 project with Maven

I have a trivial Maven project: src └── main └── java └── module-info.java pom.xml pom.xml: <groupId>org.example&…

java maven java-10 java-11 module-info
How to install JDK 11 under Ubuntu?

So Java 11 is out. Does anybody know how to install it (OpenJDK from Oracle) from the command line? I would …

java ubuntu java-11
Error: Java: invalid target release: 11 - IntelliJ IDEA

I am trying to build an application which was built using java 8, now it's upgraded to java 11. I installed Java 11 …

java intellij-idea java-11
IntelliJ can't recognize JavaFX 11 with OpenJDK 11

I'm having trouble getting IntellJ to recognize JavaFX packages. With a new JavaFX project, with OpenJDK 11, when trying to build …

java intellij-idea javafx java-11 javafx-11
How to add JavaFX runtime to Eclipse in Java 11?

I am getting the following error as Java 11 excluded the JavaFX as part of the latest version. Error: JavaFX runtime …

java java-11 javafx-11
Where is JRE 11?

UPDATE: (to be more clear) You can find JRE 8, JRE 9 and JRE 10 on Oracle's official website (click on each). But …

java java-11
Why is the Java 11 base Docker image so large? (openjdk:11-jre-slim)

Java 11 is announced to be the most recent LTS version. So, we're trying to start new services based on this …

java docker alpine java-11