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.

Eclipse internal error "Polling news feeds"

I'm using Eclipse(4.9.0) on my MacBook (High Sierra, Java 11) and this error is showing sometimes, if I'm on another app, …

java eclipse java-11 eclipse-2018-09
How to use JDK without JRE in Java 11

We are planning to migrate our Java 8 project to use Java 11. But I noticed that Java 11 doesn't have a JRE …

java java-8 migration java-11
How to get JavaFX and Java 11 working in IntelliJ IDEA

With the recent Java 11 release, JavaFX is no longer included in the JDK. I have an existing JavaFX project. I …

intellij-idea javafx installation gluon java-11
Eclipse 2018-09 with OpenJDK 11 on Windows 10

I just installed the OpenJDK version of the JDK 11 General-Availability Release on Windows 10. I tried to install it as a …

java eclipse java-11 eclipse-2018-09
Does Android support Java 11?

I am new to android development. And I have installed eclipse, java 11 and android sdk tools in my computer. But …

java android sdk java-11
Maven 3.8.0 Compiler - Fatal error compiling: release version 11 not supported

I'm unable to build using Java 11 with the latest version of the maven-compiler-plugin. pom.xml: <build> <plugins&…

java linux maven ubuntu java-11
Java 11 application as lightweight docker image

Inspired by question Why is the Java 11 base Docker image so large? (openjdk:11-jre-slim) I found that this topic in …

java docker alpine java-11
package javafx.util does not exist

I am running java version 11.0.2 on a Mac. WHen I compiled a java file that imports javafx.util.pair I …

java javafx java-11 javafx-11
JavaFX-11 with VSCode

I must be missing something obvious here... I am experimenting with VSCode (coming from Eclipse), but I am unable to …

javafx visual-studio-code java-11 javafx-11