Created
July 30, 2012 15:22
-
-
Save leodagdag/3207759 to your computer and use it in GitHub Desktop.
playframework stage starts with windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
if "%OS%" == "Windows_NT" ( | |
set "DIRNAME=%~dp0%" | |
) else ( | |
set DIRNAME=.\ | |
) | |
java -cp "%DIRNAME%\lib\*" %* play.core.server.NettyServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from http://pastebin.com/4J8XAGK4