Skip to content

Instantly share code, notes, and snippets.

@DEARaison
Last active September 23, 2023 16:34
Show Gist options
  • Save DEARaison/ae81dfe3a8e286f8895fba19611b2dda to your computer and use it in GitHub Desktop.
Save DEARaison/ae81dfe3a8e286f8895fba19611b2dda to your computer and use it in GitHub Desktop.
Setting on Windows to run runable .jar file by double click
assoc .jar=jarfile
ftype jarfile="C:\Program Files\Java\jre-versionxxx\bin\javaw.exe" -jar "%1" %*
:: ftype jarfile="C:\Program Files\Java\jre-12.0.2\bin\javaw.exe" -jar "%1" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment