On Mon, 5 Jul 2021 18:05:19 GMT, Jorn Vernee <jver...@openjdk.org> 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. > > Jorn Vernee has updated the pull request incrementally with one additional > commit since the last revision: > > Make idea.sh work on WSL with a Linux boot JDK Looks good! ------------- Marked as reviewed by mcimadamore (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/4656