Use this tag for questions specific to Java 9, which is version 9 of the Java platform, released on the 21st of September 2017.
Java 9 came out, and Observer has been deprecated. Why is that? Does it mean that we shouldn't implement observer pattern …
java java-8 deprecated observer-pattern java-9Seems there are no 32-bit download packages on Oracle's available download list. UPDATE Can download here: wget --no-check-certificate --no-cookies --header "…
java java-9Java 9 introduced new factory methods for lists, List.of: List<String> strings = List.of("first", "second"); What's the …
java list java-9I want to use java9 on my gradle project inside eclipse oxygen. When I run: Run as> Gradle Test …
java gradle java-9 eclipse-oxygenAfter installing JDK9, I get this exception when running my Scala projects. Upgrading Scala to 2.12.2 also didn't resolve my problem.
java-9 scala-2.12This exception occurs in a wide variety of scenarios when running an application on Java 9. Certain libraries and frameworks (Spring, …
java reflection java-9Using IDEA-EAP for JDK9 development experiments. I am getting the following error - Error:(3, 20) java: package jdk.internal.misc is …
java java-9 java-platform-module-system java-module module-infoI'm going to install Android Studio 3 in order to develop an Android application. I'd like to know if it is …
android java-9 android-studio-3.0Trying to compile a Maven project using JDK 9.0.1 I'm facing this stacktrace without much of an explanation: Exception in thread "…
maven java-9With Java 9, new factory methods have been introduced for the List, Set and Map interfaces. These methods allow quickly instantiating …
java dictionary null hashmap java-9