Kotlin kernel is broken on windows with default java 10
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
If the system `JAVA_HOME` is pointing to java 10, then kotlin kernel crashes on start. For some reason it uses system default instead of conda JDK. Also it is not compatible with JDK 10.
The kernel itself does not seem to use forbidden operations, so I think the problem is that you use outdated kotlin version. Current one is 1.2.60 and 1.3 is coming soon.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.