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

蓝咒 提交于 2019-12-13 13:05:20

问题


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!


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/10847049/how-can-i-find-the-version-of-scala-installed-in-eclipse-ide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!