6

I have to do a project using jshell java 9 feature. But when i'm launching in intellij with java 9 i have this error :

java.lang.InternalError: Failed remote launch: com.sun.jdi.CommandLineLaunch

What could be causing this?

Damien Chesneau
  • 457
  • 2
  • 18

1 Answers1

0

Update on October 26, 2017

With jshell 9.0.1 and IntelliJ 2017.2.4 this seems to have been fixed.

One could get this working simply by typing jshell in the intelliJ's terminal as follows ::

enter image description here

Naman
  • 27,789
  • 26
  • 218
  • 353