Skip to content

Commit

Permalink
batch files
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkioraskari committed Sep 28, 2020
1 parent bf2dbb3 commit ddc3c1b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions desktop_java11/others/run - Java12.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
echo %JAVA_HOME%

echo If you will get an error use "run - Java8.bat"
echo It takes some time to load all the libraries
echo --------------------------------------------------
"%JAVA_HOME%\\bin\\java" -Xms16G -Xmx16G -jar IFCtoLBD-Desktop_Java_12.jar
pause


10 changes: 10 additions & 0 deletions desktop_java11/others/run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
echo %JAVA_HOME%

echo If you will get an error use "run - Java12.bat"
echo It takes some time to load all the libraries
echo --------------------------------------------------
"%JAVA_HOME%\\bin\\java" -Xms16G -Xmx16G -jar IFCtoLBD-Desktop_Java_8.jar
pause


10 changes: 10 additions & 0 deletions desktop_java8/others/run - Java8.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
echo %JAVA_HOME%

echo If you will get an error use "run - Java12.bat"
echo It takes some time to load all the libraries
echo --------------------------------------------------
"%JAVA_HOME%\\bin\\java" -Xms16G -Xmx16G -jar IFCtoLBD-Desktop_Java_8.jar
pause


10 changes: 10 additions & 0 deletions desktop_java8/others/run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
echo %JAVA_HOME%

echo If you will get an error use "run - Java12.bat"
echo It takes some time to load all the libraries
echo --------------------------------------------------
"%JAVA_HOME%\\bin\\java" -Xms16G -Xmx16G -jar IFCtoLBD-Desktop_Java_8.jar
pause


0 comments on commit ddc3c1b

Please sign in to comment.