BlueGirl
BlueGirl

Reputation: 501

Installing scala-maven-plugin Manually in Eclipse

I want to build a program which needs ScalaIDE. I couldn't install it from its dedicated update site (http://alchim31.free.fr/m2e-scala/update-site/) into eclipse, because it was blocked in our region and I can't use it by any filter broker in Eclipse env. so it seems that its installation is useless. I tried some downloaded files from these sites:

http://downloads.typesafe.com/scalaide-pack/4.2.0-vfinal-luna-211-20150928/scala-SDK-4.2.0-vfinal-2.11-win32.win32.x86_64.zip

https://github.com/davidB/scala-maven-plugin

I installed them by using Help> Install New Software>Add>Archive but I couldn't install non of them, because the following error occurs:

enter image description here

Is there any way to fix this error? How can I install it manually? Which installation file I should use? Could you give me a link, please? I have little experience in Java programming and any help is highly appreciated.

Upvotes: 1

Views: 1405

Answers (1)

Iulian Dragos
Iulian Dragos

Reputation: 5712

The zip file on the typesafe URL is a fully functional Eclipse bundle. Just unzip and run, no need to install anything from there.

Upvotes: 1

Related Questions