On Thu, 1 Jul 2021 15:02:03 GMT, Jorn Vernee <[email protected]> wrote:
> From the JBS issue: > > At the end, idea.sh tries to invoke javac, but when running on WSL this > results in the following error: > > bin/idea.sh: line 249: /mnt/c/progra~1/java/jdk-16/bin/javac: No such > file or directory > > Adding a .exe suffix to the javac path fixes this issue, which can be done > just for WSL. Nice! Thanks. Question though: with WSL, the boot JDK could also be a Linux JDK, no? If that's the case, then the .exe suffix would be bad? ------------- Marked as reviewed by mcimadamore (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/4656
