March 23, 2023

How To Install Maven In Eclipse IDE Step By Step Tutorial

There are two ways you can install maven in your system, one is using command-line which is a bit difficult and second is installing maven in eclipse. In this post I will be sharing how to install maven in Eclipse IDE step by step tutorial with screenshots and how to check maven is installed successfully in Eclipse IDE.

How To Install Maven In Eclipse IDE Step By Step Tutorial Read More

ERROR Source or Target option 1.5 is no longer supported. Use 1.6 or later

It all happens when I was trying to build a springboot application by ./mvnw clean install. When I first run the install command, it runs into following problem: [ERROR] Source option 5 is no longer supported. Use 6 or later and [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.

ERROR Source or Target option 1.5 is no longer supported. Use 1.6 or later Read More