Skip to content

Instantly share code, notes, and snippets.

@Shade30
Last active August 29, 2015 14:22
Show Gist options
  • Save Shade30/2288e37357eb3164a107 to your computer and use it in GitHub Desktop.
Save Shade30/2288e37357eb3164a107 to your computer and use it in GitHub Desktop.
@echo off
rem Starter script for Clojure liverepl uberjar edition
set JDK_HOME=%JAVA_HOME%
set LIVEREPL_HOME=%~dp0
set LIVEREPL_UBERJAR=%LIVEREPL_HOME%\liverepl.jar
java -classpath "%JDK_HOME%\lib\tools.jar;%LIVEREPL_UBERJAR%" net.djpowell.liverepl.client.Main %LIVEREPL_UBERJAR% %LIVEREPL_UBERJAR% %LIVEREPL_UBERJAR% %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment