You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenJDK 64-Bit Server VM Temurin-11.0.21+9 (build 11.0.21+9, mixed mode)
59
-
```
60
-
61
-
2. Next ensure that `java` is in a location where the jdk was installed and not just the jre. Use the `java --list-modules`command to do this. The list should contain `jdk.jshell`.
62
-
63
-
* On *nix `java --list-modules | grep "jdk.jshell"`
64
-
* On windows `java --list-modules | findstr "jdk.jshell"`
65
-
66
-
Both should output `jdk.jshell@` followed by your java version.
67
-
68
-
If the kernel cannot start with an error along the lines of
69
-
```text
70
-
Exception in thread "main" java.lang.NoClassDefFoundError: jdk/jshell/JShellException
0 commit comments