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.

CXF codegen maven plugin doesn't work OpenJDK 11

I have been working with JDK 9 & 10 and CXF codegen plugin 3.2.5 and 3.2.6 with no problems but, today I'm trying to …

java maven java-11 cxf-codegen-plugin
Running javafx sample on JDK 11 with OpenJFX 11 JMODS on Module Path

I have downloaded the JavaFX Jmod files from OpenJFX project and placed them in the directory G:\openjfx\javafx-jmods-11. I …

java javafx java-11 openjfx javafx-11
Eclipse 4.12 - java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory

I am getting below error while running my eclipse plugin. Eclipse used 4.12 with java11. It used to work fine in …

eclipse eclipse-plugin eclipse-rcp java-11
JavaFX deployment library not found in active JDK

I am migrating to OpenJDK 11 and OpenJFX 11. I have successfully built both from the source, and as per the OpenJFX …

javafx netbeans java-11 javafx-11
Minimum Spring version compatible with Java 11

I need to upgrade an app to Java 11 very soon, I was wondering what's the minimum Spring version that is …

java spring java-8 java-11
How to open JavaFX .jar file with JDK 11?

I created a JavaFX project in IntelliJ. I can run project in IntelliJ. I added below code in Configurations): --module-path ${…

java javafx java-11 openjfx
Is log4j2 compatible with Java 11?

I tried to run my project on the latest Java 11. Everything works, except the specific file logger. Logging works fine …

java log4j2 java-11
Build and deploy javafx application using java11

I followed the steps in https://blog.jetbrains.com/idea/2013/03/packaging-javafx-2-applications-in-intellij-idea-121/ but when I try to build artifacts the …

java intellij-idea javafx java-11 javafx-11
Springboot: org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister

I know, it is duplicate question,but problem is new, Please do not mark duplicate question. This program runs in …

java spring hibernate spring-boot java-11
How to produce code in Java 11, but target Java 8 and above?

I am working on a small library and for obvious reasons I would like to produce code using all the …

java cross-compiling javac java-11