Creating a new Maven Scala project in Eclipse results in 4 errors -


edit 2: seem have discovered problem: jar files downloaded m2 repository corrupt:

enter image description here

it seems me causing problems. why corrupt? , how can fix that?

edit: i've ran mvn eclipse:clean eclipse:eclipse in project, , completed successfully... , introduced 5 additional errors:

enter image description here

on pc i've created scala maven project using m2eclipse , scala ide plugins eclipse. don't remember errors. pushed github.

i proceeded clone project on laptop, first greeted (error) message:

enter image description here

after selecting yes, seemed logical step, these errors appeared:

enter image description here

what's going on , how can fix it?

(linux, elementary os)

it possibly difference in scala versions used. scala ide based on specific version of scala. looks project pom.xml requires different version of scala.

a solution either update pom.xml version of ide or upgrade scala ide if possible.

the other possibility downloaded jars corrupted.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -