Advertisement
JetSerge

Untitled

Mar 24th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. "C:\Program Files\Java\jdk1.7\bin\java" -Dfile.encoding=UTF8 -Dsbt.boot.properties=file:///D:/dev/play-2.0.4/framework/sbt/sbt.boot.properties -Dsbt.global.plugins=\"C:\temp\sbt-global-plugin7462188148631982668stub\" -Dplay.version=2.0.4 -Dsbt.ivy.home=D:\dev\play-2.0.4\repository -Dplay.home=D:\dev\play-2.0.4\framework -Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M -classpath D:\dev\play-2.0.4\framework\sbt\sbt-launch.jar xsbt.boot.Boot run
  2. [info] Loading project definition from D:\work\attaches\PlaySample\project
  3. [info] Set current project to PlaySample (in build file:/D:/work/attaches/PlaySample/)
  4.  
  5. [info] Updating {file:/D:/work/attaches/PlaySample/}PlaySample...
  6. [info] Done updating.
  7. --- (Running the application from SBT, auto-reloading is enabled) ---
  8.  
  9. [info] play - Listening for HTTP on port 9000...
  10.  
  11. Server started, use Alt+D to stop
  12.  
  13. [info] Compiling 5 Scala sources and 1 Java source to D:\work\attaches\PlaySample\target\scala-2.9.1\classes...
  14. [info] play - Application started (Dev)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement