RFR: 8269761: idea.sh missing .exe suffix when invoking javac on WSL [v4]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Tue Jul 6 10:48:51 UTC 2021


On Tue, 6 Jul 2021 10:38:35 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> 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
>
> bin/idea.sh line 74:
> 
>> 72: if [ -e $IDEA_OUTPUT ] ; then
>> 73:     rm -r $IDEA_OUTPUT
>> 74: fi
> 
> Was getting some weird errors when the `.idea` folder already existed when running the script, so I added this. It seems useful, so I've left it in.

Yep - noticed that, it's good

-------------

PR: https://git.openjdk.java.net/jdk/pull/4656


More information about the ide-support-dev mailing list