setup_java.sh 93 B

12345
  1. #!/bin/bash
  2. cd play2-java
  3. ${IROOT}/sbt/bin/sbt stage
  4. target/universal/stage/bin/play2-java &