how to install scala plugin for latest eclipse ide (version 2020-03)

Viewed 5529

Eclipse version= 2020-03 (4.15.0)

I tried to install scala plugin through eclipse market place but it is giving errors:=

Unable to connect to repository http://download.scala-ide.org/sdk/lithium/e47/scala212/dev/site/content.xml

Connect to download.scala-ide.org:80 [download.scala-ide.org/128.179.67.43] failed: Connection timed out: connect

Is there any alternative to install scala plugin for eclipse ide or for scala do we need to work with scala ide for eclipse(oxygen) ?

1 Answers

Scala plugin (scala version 2.12) for Eclipse pretty much installs on Eclipse 2020-06. The Update site URL surely works. The JDK used is AdoptOpenJDK 11.0.9 with OpenJ9. Refer image below.

The plugin may or may not be under development but it certainly still works.

enter image description here

Related