Java 11 JShell inside Intellij IDEA

假装没事ソ 提交于 2019-11-30 11:45:55

This seems like a bug registered with JetBrains - IDEA-197466 (reported on version 2018.3)

The reason mostly as it looks like is because of the --add-modules java.xml.bind there.

Since the module java.xml.bind no more exists in the JDK/11.

Edit: As verified by you, this has been resolved in 2018.3 version of IntelliJ.

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