You are probably compiling (or using dependencies compiled) with java 9, but still using JDK 8.0
Install java 9 and change your OS environment settings to point to the new JDK. This should solve your problem.
You are probably compiling (or using dependencies compiled) with java 9, but still using JDK 8.0
Install java 9 and change your OS environment settings to point to the new JDK. This should solve your problem.