File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
77
88IF " %JAVA_HOME% " == " " (
9- ECHO JAVA_HOME not set. Please set JAVA_HOME to jdk home. OpenJDK is not supported .
9+ ECHO Please set the JAVA_HOME environment variable to match the location of your Java installation. Java 8 or newer is required .
1010 EXIT /B 2
1111)
1212FOR %%i IN (" %JAVA_HOME% " ) DO SET JAVA_HOME = %%~fsi
@@ -18,4 +18,4 @@ IF EXIST %JAVA_HOME%\bin\java.exe (
1818 EXIT /B 2
1919)
2020SET IMAGETOOL_HOME = %~dp0 %/..
21- %JAVA_HOME% \bin\java -cp %IMAGETOOL_HOME% \lib\* -Djava.util.logging.config.file=%IMAGETOOL_HOME% \bin\logging.properties com.oracle.weblogic.imagetool.cli.ImageTool %*
21+ %JAVA_HOME% \bin\java -cp %IMAGETOOL_HOME% \lib\* -Djava.util.logging.config.file=%IMAGETOOL_HOME% \bin\logging.properties com.oracle.weblogic.imagetool.cli.ImageTool %*
You can’t perform that action at this time.
0 commit comments