We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ee9f56 + 8f89baf commit 4114ef2Copy full SHA for 4114ef2
build/build.xml
@@ -905,7 +905,9 @@
905
<fileset dir="windows/work" includes="**/*.html, **/*.dll, **/*.exe" />
906
</chmod>
907
908
- <loadproperties srcfile="${WINDOWS_BUNDLED_JVM}/release" prefix="windows"/>
+ <!-- For JVM within JDK, release file is in parent directory -->
909
+ <property file="${WINDOWS_BUNDLED_JVM}/release" prefix="windows"/>
910
+ <property file="${WINDOWS_BUNDLED_JVM}/../release" prefix="windows"/>
911
912
<fail message="It looks like ${WINDOWS_BUNDLED_JVM} does not contain a Windows JVM">
913
<condition>
0 commit comments