Questions tagged as 'java-10'

2
answers

What is the var difference between Kotlin and Java?

With the release of Java 10, the possibility of using var was introduced: var list = new ArrayList<String>(); I have already seen what is the difference between
asked by 25.05.2018 / 22:12
1
answer

java.lang.ClassNotFoundException sun.misc.GC [closed]

I changed to Java 10 and I'm using Tomcat 8 and whenever I call tomcat the following error occurs: SEVERE: Failed to trigger creation of the GC Daemon thread during Tomcat start to prevent possible memory leaks. This is expected on non-Sun JVM...
asked by 29.06.2018 / 18:41
1
answer

Error compiling a modular maven project with modular java 10

I am adapting the exercise of the book "Java 9 - Interactive, reactive and modularized - author Rodrigo Turini" for a modular maven project with modular java 10. But this is giving error when compiling the second module (http) msartor@msartor-...
asked by 20.05.2018 / 21:37