Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I find the version of Scala installed in Eclipse IDE?

The question is how can I find the version of the Scala module installed in the Eclipse IDE? I know I've installed 2.9.xxx something, but I'd like to keep tracking the version number in case of future updates in order to, for example, look up the right API manual.

Or is there a general way to see the versions of the installed plugins in Eclipse IDE?

Thanks in advance!

like image 930
K J Avatar asked Jun 01 '12 08:06

K J


People also ask

How do I get Scala in Eclipse?

Downloading and installing the Scala IDE for Eclipse First choose a version of the IDE from http://download.scala-ide.org. We recommend you choose 2.0. x, which comes with Scala 2.9. Copy the corresponding URL and then choose Help/Install New Software and paste the URL you just copied.

What is Scala plugin for Eclipse?

The Scala IDE for Eclipse is centered around seamless integration with the Eclipse Java tools, providing many of the features Eclipse users have come to expect including, Support for mixed Scala/Java projects and any combination of Scala/Java project dependencies.

Can we run Scala in Eclipse?

The command below will make the project eclipse compatible and you will be able to import this project in eclipse and run it successfully. Select root directory helloworld. You can now see that you can import this project by clicking on Finish. Now, let's run it as Scala application.


2 Answers

Help->About Eclipse->[scala-ide.org Button]->Plugin-Details: There you can see the plugin "Scala Library for Eclipse" with the Scala version.

like image 159
Christian Avatar answered Oct 21 '22 16:10

Christian


You can check the installed plugins versions at Help menu | About Eclipse | Installation details | Plug-ins.

like image 27
Kristof Jozsa Avatar answered Oct 21 '22 16:10

Kristof Jozsa