Error compiling a Maven project

1

I have downloaded a project in sourceforge and when importing it to start editing it gives me many errors among which is one that says " Java Build Path Problems " in the console when writing the command "java - "show me" version java version 1.8.0_92 " P.S. I use the Eclipse IDE in Windows 64 Bits.
Pd2. The project is a Maven Project

    
asked by Alexander Torres 14.06.2016 в 17:08
source

1 answer

1

Try this:

  • Right click on the project.
  • Properties Menu (Properties)
  • Look for "Java build path", then "Libraries"
  • Remove "JRE System Library [JavaSE-1.6]"
  • Click on "Add Library" then "JRE System Library"
  • Select new "Execution Environment" (or use "Workspace default JRE")
answered by 14.06.2016 / 17:14
source