On Fri, 8 Jan 2021 12:29:17 GMT, Yasumasa Suenaga <ysuen...@openjdk.org> wrote:

>> I ran configure script on WSL 1, but it failed as below:
>> 
>> $ bash configure --enable-debug --with-boot-jdk=/mnt/d/Java/jdk-15.0.1
>> 
>>     :
>> 
>> configure: Found potential Boot JDK using configure arguments
>> configure: The command for java_to_test, which resolves as 
>> "/mnt/d/Java/jdk-15.0.1/bin/java", can not be found.
>> configure: error: Cannot locate /mnt/d/Java/jdk-15.0.1/bin/java
>> configure exiting with result code 1
>> 
>> `fixpath.sh` attempts to run `$PATHTOOL` with `.exe` if it fails with 
>> original path, but `.exe` would not be added even if `$path.exe` exists.
>
> Yasumasa Suenaga has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Refactoring

Hi Yasumasa,

Okay I see the problem case now, and the latest fix seems to fix things in a 
way that makes sense to me now. We still need to wait to see what Magnus or 
Erik think though.

Thanks,
David

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

Marked as reviewed by dholmes (Reviewer).

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

Reply via email to