playframework - play framework bat windows java process -


i having troubles launching standalone play application java process on windows. use "play dist" command in order generate zip file containing jars necessary application run. zip file contains "start" file contains script supposed launch application (works fine on linux server).

i found sbtgoodies plugin "play dist-unzip" command https://github.com/typesafehub/play-plugins/tree/master/sbtgoodies. works fine unix script "start". how can windows script "start.bat"?

the start.bat following command line should work :

java %1 -cp "./lib/*;" play.core.server.nettyserver . 

note ";" after lib/* prevent windows preprocessor expanding wildcard


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -