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.

'jshell' is not recognized as an internal or external command

I am using the 'jshell command in my machine it is not recognised. But java command is working fine. is …

java jshell java-10
Maven shade plugin failed to execute goal?

There error message in question is [ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.1.0:shade (default) on project …

java maven maven-shade-plugin java-10
Illegal reflective access when I stop SpringBoot web application with Tomcat 9 and Java10

I'm trying Java 10 development with Spring Boot 2 and I encounter some issues. The application is a simple webapp based upon …

java spring-boot java-10 java-module tomcat9
java.lang.ClassNotFoundException sun.misc.GC

Version Java: 10.0.1 Tomcat: 8.0.36 Ubuntu: 18.04 (64 bit) Eclipse: Photon (64 bit) Error: When I run the Tomcat server, I found below error. Please …

java eclipse tomcat8 java-10 ubuntu-18.04
Should I use var in Java 10?

Given that I can't use var for non-denotable types(Nulls, Anonymous Classes, Some Single Method Class and most importantly Intersecting …

java java-10
package javax.xml.ws is not visible (Java 10)

Generated code from wsimport fails to compile in Java 10.0.2. We have tried various libraries (including the ones mentioned here). With …

java java-10 java-module
var cannot be resolved to a type - java-10

I simply installed JDK 10 on my mac machine. Checked for the version:- localhost:java-10 vinayprajapati$ java -version java version "10" 2018…

java maven java-10