Skip to content

Instantly share code, notes, and snippets.

@leodagdag
Created July 30, 2012 15:22
Show Gist options
  • Save leodagdag/3207759 to your computer and use it in GitHub Desktop.
Save leodagdag/3207759 to your computer and use it in GitHub Desktop.
playframework stage starts with windows
@echo off
if "%OS%" == "Windows_NT" (
set "DIRNAME=%~dp0%"
) else (
set DIRNAME=.\
)
java -cp "%DIRNAME%\lib\*" %* play.core.server.NettyServer
@leodagdag
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment