ubuntu 下groovy 安装配置
生活随笔
收集整理的這篇文章主要介紹了
ubuntu 下groovy 安装配置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1. 下載groovy安裝包 groovy-src-2.0.1.zip
?http://groovy.codehaus.org/Download
2. 在任意路徑下unzip
???? unzip groovy-src-2.0.1.zip
3. cd groovy-2.0.1
4.? 查看自述文件 cat README.md
This will generate a distribution similar to the zip you can download on the Groovy download page.To build everything and launch unit tests, use./gradlew test?5.? chmod a+x * 給所有程序加上執行權限
6. 執行./gradflew test 用時較久。執行后groovy安裝成功
a@a-laptop:~/groovy/groovy-2.0.1$ groovy -v Groovy Version: 1.6.4 JVM: 1.6.0_20?
?
總結
以上是生活随笔為你收集整理的ubuntu 下groovy 安装配置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 关于ARCGIS SERVER 9.3的
- 下一篇: Codeforces Round #11