Adds samples for Java and Scala

This commit is contained in:
Eric Christiansen
2013-01-15 12:03:55 -08:00
parent c49b23d4dd
commit 6169b1dc90
14 changed files with 1714 additions and 0 deletions

1
samples/java/sbt/sbt Executable file
View File

@@ -0,0 +1 @@
java -Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar `dirname $0`/sbt-launch.jar "$@"

Binary file not shown.