-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8293301 | 11.0.18 | Christoph Langer | P4 | Resolved | Fixed | b01 |
On Windows, I cannot pass a relative path to --with-boot-jdk:
bash ../source/configure --with-boot-jdk=../../jdks/oracle-jdk-10/ --with-debug-level=fastdebug
checking Boot JDK version... /cygdrive/c/mine/projects/openjdk/jdk-jdk/output-fastdebug/configure-support/generated-configure.sh: line 26518: /cygdrive/c/cygwin64../../jdks/oracle-jdk-10//bin/java: No such file or directory
Notice the missing slash after "cygwin64".
bash ../source/configure --with-boot-jdk=../../jdks/oracle-jdk-10/ --with-debug-level=fastdebug
checking Boot JDK version... /cygdrive/c/mine/projects/openjdk/jdk-jdk/output-fastdebug/configure-support/generated-configure.sh: line 26518: /cygdrive/c/cygwin64../../jdks/oracle-jdk-10//bin/java: No such file or directory
Notice the missing slash after "cygwin64".
- backported by
-
JDK-8293301 [windows] cannot pass relative path to --with-boot-jdk
-
- Resolved
-