简体   繁体   English

PyDev是否与Java 9兼容?

[英]Is PyDev compatible with Java 9?

According to PyDev's documentation : 根据PyDev的文档

PyDev requires Java 8 and Eclipse 4.6 (Neon) in order to run and only supports Python 2.6 onwards. PyDev需要Java 8和Eclipse 4.6(Neon)才能运行,并且仅支持Python 2.6及更高版本。 [...] [...]

The documentation states that the installation will silently fail if Java 8 is not installed. 文档指出,如果未安装Java 8,安装将以静默方式失败。 However, I have the more recent Java 9 installed. 但是,我安装了更新的Java 9。

Is PyDev compatible with Java 9? PyDev是否与Java 9兼容? Or will I need to reinstall Java 8? 还是需要重新安装Java 8?

PyDev is currently only tested with Java 8, so, that's what's recommended. PyDev当前仅在Java 8上进行了测试,因此,建议这样做。

Still, it should work with Java 9 too (as java is usually backward-compatible). 尽管如此,它也应该与Java 9一起工作(因为Java通常是向后兼容的)。 If something doesn't work, please create a bug report (see: http://www.pydev.org/about.html for links). 如果无法解决问题,请创建一个错误报告(有关链接,请参见: http ://www.pydev.org/about.html)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM