Categories
Java

It’s time to move to JDK 1.8

Early morning, I got this error

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project center-core: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR] javac: invalid target release: 1.8
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]

Yeah, it’s time to move to JDK 1.8.

java-installer

Let’s install JDK 1.8 now, there are a lot of feature for developer in this version, you can read here:

And if you are using Tomcat, you have also need to move to Tomcat 8.

Have you been experienced with this new JDK yet?

Let’s me know in comment.

By osify

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.