加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

Groovy in Linux(redhat/CentOs/Debian)

发布时间:2020-12-14 17:09:04 所属栏目:大数据 来源:网络整理
导读: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 http://dist.groovy.codehaus.org/distributions/groovy-binary-1.6.1.zip ? Unzip it: #unzip?groovy-b

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 http://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

?

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

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读