Skip to content

Instantly share code, notes, and snippets.

@Ruzzz
Created November 17, 2016 20:19
Show Gist options
  • Save Ruzzz/d14891e6a997bfdafbb0ee43e583f5fb to your computer and use it in GitHub Desktop.
Save Ruzzz/d14891e6a997bfdafbb0ee43e583f5fb to your computer and use it in GitHub Desktop.
JAR Start Template
@echo off
setlocal
cd /d %~dp0
start javaw -Xms128m -Xmx1024m -jar NAME.jar %*
endlocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment