setup_java.sh 142 B

12345678910
  1. #!/bin/bash
  2. fw_depends java sbt
  3. cd play2-java
  4. rm -rf target/universal/stage/RUNNING_PID
  5. sbt stage
  6. target/universal/stage/bin/play2-java &