Top "Java-10" questions

Use this tag for questions specific to Java 10, which is version 10 of the Java platform, released on 20 March 2018.

How to set up java 10 in Eclipse Oxygen?

I am not sure if latest version of eclipse i.e. Oxygen supports java 10 or not. I configured the JRE …

java eclipse java-10
Error:java: java.lang.ExceptionInInitializerError IntelliJ

Heyo! I've ran into some troubles when attempting to boot up Intellij (ultimate) with JDK 10.0.1 and "spring-boot-starter-test". If I run …

spring-boot maven-3 spring-test java-10
Java 10 (and following) on 32-Bit systems

As far as I know there are no plans from oracle to ship java for 32 Bit - but maybe I …

java x86 java-10
Proper fix for Java 10 complaining about illegal reflection access by jaxb-impl 2.3.0?

We are looking at upgrading some legacy code to Java 10. As JAXB is not visible by default (EDIT: and the …

java maven jaxb java-10
JDK 10 cannot import javax.xml.namespace in Eclipse

It's very strange. I am moving a dynamic web project from Java 8 to Java 10. The last thing I cannot get …

java eclipse java-10 javax.xml
Can't run Eclipse with Java 10.0.1

I have updated my Java to version 10.0.1 and now I can't run Eclipse anymore. It shows this message: a java …

java eclipse java-10
apache tomcat 9.x not working with eclipse & Java 10.0.1

I've installed apache-tomcat-9.0.7 on my windows machine and have following environment configurations: echo %JAVA_HOME% C:\Program Files\Java\ jdk-10.0.1 …

eclipse java-10 tomcat9
IntelliJ IDEA adding JDK 10: “The selected directory is not a valid home for JDK”

I'm creating this question only because the duplicate questions I found were marked with Windows and Ubuntu respectively, whereas I …

java macos intellij-idea java-10
Does Java 10 provide a val keyword? If not, why not?

Java 10 brings a C#-like var keyword for local type-inference. But does Java 10 also provide a val keyword, as is …

java type-inference java-10
JAXB not available on Tomcat 9 and Java 9/10

TLDR: On Java 9/10, a web app in Tomcat has no access to JAXB even though its reference implementation is present …

java tomcat java-9 java-10