2013年7月28日 星期日

[研究] sbt 0.12.4 安裝 (CentOS 6.4 x64)

[研究] sbt 0.12.4 安裝 (CentOS 6.4 x64)

sbt is a build tool for Scala, Java, and more. It requires Java 1.6 or later.

官方網站
http://www.scala-sbt.org/

安裝參考
http://www.scala-sbt.org/0.12.4/docs/Getting-Started/Setup.html

Java 請到 http://java.oracle.com/ 下載

安裝

rpm -ivh jdk-7u25-linux-x64.rpm
wget http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch//0.12.4/sbt-launch.jar
cp sbt-launch.jar /bin/.

vi  /bin/sbt

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

設為可執行、執行
chmod u+x /bin/sbt
sbt

(完)

[研究] sbt 0.13.0-RC3 安裝 (CentOS 6.4 x64)
http://shaurong.blogspot.tw/2013/07/sbt-0130-rc3-centos-64-x86.html
http://forum.icst.org.tw/phpbb/viewtopic.php?t=80040

[研究] sbt 0.12.4 安裝 (CentOS 6.4 x64)
http://shaurong.blogspot.tw/2013/07/sbt-0124-centos-64-x64.html
http://forum.icst.org.tw/phpbb/viewtopic.php?t=80041

沒有留言:

張貼留言