Groovy   发布时间:2022-04-12  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了Groovy in Linux(redhat/CentOs/Debian)大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

There are RPM source in the groovy official website.

 

But I meet some erorr.

So I recommand you use Zip

 

Download link as below:

 

#wget -S @R_197_10107@://dist.groovy.codehaus.org/diStributions/groovy-binary-1.6.1.zip

 

Unzip it:

#unzip groovy-binary-1.6.1.zip

 

set the environment:

 

vi /etc/profile

 

export GROOVY_HOME=/etc/groovy/groovy-1.6.1

export PATH=$GROOVY_HOME/bin:$PATH:.

 

By the Way,JAVA HAVE TO INSTALL FIREST

 

JAVA_HOME=/usr/java (depend on your locatE)

export JAVA_HOME

export PATH=$JAVA_HOME/bin:$PATH:.

 

#source /etc/profile

#java -version

#groovy -version

 

@H_275_4@my info like this

 

[root@www]# java -version

java version "1.6.0_12"

Java(TM) SE Runtime Environment (build 1.6.0_12-b04)

Java HotSpot(TM) 64-Bit Server VM (build 11.2-b01,mixed modE)

[root@www]# groovy -version

Groovy Version: 1.6.1 JVM: 1.6.0_12

 

Ok

大佬总结

以上是大佬教程为你收集整理的Groovy in Linux(redhat/CentOs/Debian)全部内容,希望文章能够帮你解决Groovy in Linux(redhat/CentOs/Debian)所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。