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!
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.
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.
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.
Help->About Eclipse->[scala-ide.org Button]->Plugin-Details: There you can see the plugin "Scala Library for Eclipse" with the Scala version.
You can check the installed plugins versions at Help menu | About Eclipse | Installation details | Plug-ins.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With