Skip to content

Commit

Permalink
change to use jdk 11.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
awidesky committed Jul 23, 2021
1 parent 7c0ad4f commit 6b335aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jremaker-11.0.1.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

"C:\Program Files\Java\jdk-11.0.10\bin\jlink" --output jre --compress=2 --no-header-files --no-man-pages --module-path ../jmods --add-modules java.base,java.desktop
"C:\Program Files\Java\jdk-11.0.12\bin\jlink" --output jre --compress=2 --no-header-files --no-man-pages --module-path ../jmods --add-modules java.base,java.desktop

pause
4 changes: 4 additions & 0 deletions jremaker-11.0.12.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

"C:\Program Files\Java\jdk-11.0.12\bin\jlink" --output jre --compress=2 --no-header-files --no-man-pages --module-path ../jmods --add-modules java.base,java.desktop

pause

0 comments on commit 6b335aa

Please sign in to comment.