Skip to content
Snippets Groups Projects
Commit 5957c44f authored by Amaury Vanoorenberghe's avatar Amaury Vanoorenberghe :scroll:
Browse files

SETUP - Ajout de JAVA_HOME aux scripts batch

parent 40b4493b
Branches
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
PUSHD %~dp0
SET JAVA_HOME=C:\program files\java\jdk11.0.1
MKDIR build > NUL
javac -d build/ src/*.java
......
......@@ -3,6 +3,8 @@ SETLOCAL enabledelayedexpansion enableextensions
PUSHD %~dp0
SET JAVA_HOME=C:\program files\java\jdk11.0.1
SET LIBS=
FOR %%F IN (%CD%\lib\*.jar) DO SET LIBS=!LIBS!;%%F
SET LIBS=%LIBS:~1%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment