我使用 Eclipse Indigo 进行 java 开发,但我想尝试使用 scala。因为我必须下载一个夜间构建才能在 Eclipse 上运行:http ://scala-ide.org/download/nightly.html这安全吗?
由于该插件尚未完全发布,该插件是否有可能破坏我的 Eclipse 安装?
我使用 Eclipse Indigo 进行 java 开发,但我想尝试使用 scala。因为我必须下载一个夜间构建才能在 Eclipse 上运行:http ://scala-ide.org/download/nightly.html这安全吗?
由于该插件尚未完全发布,该插件是否有可能破坏我的 Eclipse 安装?
我现在运行最新的 Scala里程碑,没有任何问题,这可能比 nightly 更安全,并且具有更好的突出显示功能。如果您确实遇到了麻烦,您总是可以在 Eclipse 中恢复到以前的安装状态,所以我认为它是安全的
插件架构的设计是为了保护 Eclipse 免受不稳定的影响,除非它们恶意删除您安装的文件,否则我怀疑它们会永久破坏 Eclipse。要格外小心,您可以备份 eclipse 目录。
Nighly builds gives developers a chance to use latest features (not certified to be working on all environments) of the plugin which are not yet made available to end users. In general they work fine but there may be few undiscovered issues. You can always rollback your installation if something goes wrong or if you find any bugs.
If your aim is to learn or develop using scala, better to use stable build. A stable scala-ide plugin is available for Eclipse Indigo. Please visit 'http://scala-ide.org/download/current.html' for more details.