On Thu, 24 Dec 2020 08:04:34 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. This pull request has now been integrated. Changeset: 712ea250 Author: Yasumasa Suenaga <ysuen...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/712ea250 Stats: 8 lines in 1 file changed: 3 ins; 0 del; 5 mod 8258925: configure script failed on WSL Reviewed-by: dholmes, erikj ------------- PR: https://git.openjdk.java.net/jdk/pull/1889