Use this tag for questions specific to Java 9, which is version 9 of the Java platform, released on the 21st of September 2017.
When installing the android sdk tools the following error is emitted: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema Why …
java android java-9Executing a simple "Hello World" program using Java 9 results in the following error message: Error occurred during initialization of boot …
java java-9 java-moduleThere are a lot of questions around about illegal reflective access in Java 9. Now what I can't find because all …
java java-9 java-module java-platform-module-systemI downloaded and installed: JDK (jdk-9.0.1_osx-x64_bin.dmg) from Oracle here Android SDK (sdk-tools-darwin-3859397.zip) from Google here. After …
java android android-sdk-tools java-9 android-sdk-managerI'm trying to run DMelt programs (http://jwork.org/dmelt/) program using Java9 (JDK9), and it gives me errors such …
java java-9 java-moduleI'm trying to create a bean from sources that were generated by wsdl2java. Every time I try to run …
java spring-boot java-9 java-moduleJava 9 deprecated six modules that contain Java EE APIs and they are going to be removed soon: java.activation with …
java jakarta-ee java-9 java-module