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

2

6

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!

Arlyn answered 1/6, 2012 at 8:41 Comment(0)
M
13

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

Merilynmeringue answered 1/6, 2012 at 8:50 Comment(1)
Thanks for the quick answer, Christian! Exactly what I was looking for. :)Arlyn
A
5

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

Adelric answered 1/6, 2012 at 8:49 Comment(1)
Thanks for the quick and precise answer, Kristof! ;)Arlyn

© 2022 - 2024 — McMap. All rights reserved.