Build script: Make sure "java.exe" is found in %JAVA_HOME% environment variable.
This commit is contained in:
parent
a2ea88c4ec
commit
42e2ce718d
@ -11,6 +11,11 @@ setlocal EnableDelayedExpansion
|
|||||||
|
|
||||||
call "%~dp0\_paths.bat"
|
call "%~dp0\_paths.bat"
|
||||||
|
|
||||||
|
if not exist "%JAVA_HOME%\bin\java.exe" (
|
||||||
|
"%~dp0\..\..\..\Prerequisites\CEcho\cecho.exe" red "\nJava Runtime not found. Please check your JAVA_HOME environment variable^!\n"
|
||||||
|
pause && exit
|
||||||
|
)
|
||||||
|
|
||||||
:: ------------------------------------------
|
:: ------------------------------------------
|
||||||
:: Create Documents
|
:: Create Documents
|
||||||
:: ------------------------------------------
|
:: ------------------------------------------
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#define VER_LAMEXP_MINOR_LO 6
|
#define VER_LAMEXP_MINOR_LO 6
|
||||||
#define VER_LAMEXP_TYPE Alpha
|
#define VER_LAMEXP_TYPE Alpha
|
||||||
#define VER_LAMEXP_PATCH 7
|
#define VER_LAMEXP_PATCH 7
|
||||||
#define VER_LAMEXP_BUILD 2043
|
#define VER_LAMEXP_BUILD 2044
|
||||||
#define VER_LAMEXP_CONFG 2002
|
#define VER_LAMEXP_CONFG 2002
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user