LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-28-2016, 08:25 AM   #1
trickydba
Member
 
Registered: Nov 2016
Location: Atlanta,Georgia
Posts: 310

Rep: Reputation: Disabled
Installing Groovy


I am trying to install Groovy on a Linux machine. I have extracted the file to my folder using this command

"tar -xvf groovy-2.4.7-1-any.pkg.tar0.xz"

It has extracted successfully but what do I do afterwards to actually get it installed????

I have seen other sites that describe how to install it but it's not that clear to me.

Last edited by trickydba; 11-28-2016 at 10:28 AM.
 
Old 11-28-2016, 04:18 PM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

Try using the tool ("The Software Development Kit Manager") mentioned here. It might make this process easier.

Regards...
 
1 members found this post helpful.
Old 11-28-2016, 06:22 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Look for a ReadMe file or an Install file it should tell you how to install it.

Generally it's ./configure, make, than make-install (as root).
 
1 members found this post helpful.
Old 11-29-2016, 06:50 AM   #4
trickydba
Member
 
Registered: Nov 2016
Location: Atlanta,Georgia
Posts: 310

Original Poster
Rep: Reputation: Disabled
@ardvark......I went to the terminal and did what they said to do on the website, but all it did was a long pause and went back to the command prompt
 
Old 11-29-2016, 09:27 AM   #5
trickydba
Member
 
Registered: Nov 2016
Location: Atlanta,Georgia
Posts: 310

Original Poster
Rep: Reputation: Disabled
Ok it seems that I have the issue resolved with the JAVA_HOME and path, but now it's saying "Error: Could not find or load main class org.codehaus.groovy.tools.GroovyStarter
"
 
Old 11-29-2016, 06:17 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by trickydba View Post
Ok it seems that I have the issue resolved with the JAVA_HOME and path, but now it's saying "Error: Could not find or load main class org.codehaus.groovy.tools.GroovyStarter
"
What distribution are you running?
 
Old 11-29-2016, 06:59 PM   #7
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by trickydba View Post
Ok it seems that I have the issue resolved with the JAVA_HOME and path, but now it's saying "Error: Could not find or load main class org.codehaus.groovy.tools.GroovyStarter
"
Hi...

Do any of the solutions here help?

Regards...
 
Old 12-02-2016, 02:44 PM   #8
trickydba
Member
 
Registered: Nov 2016
Location: Atlanta,Georgia
Posts: 310

Original Poster
Rep: Reputation: Disabled
Red Hat Linux
 
Old 12-02-2016, 03:50 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by trickydba View Post
Red Hat Linux
If you have a subscription calling Red Hat Customer Service should help.
https://www.redhat.com/en/services/support

Quote:
"Error: Could not find or load main class org.codehaus.groovy.tools.GroovyStarter
Looks like the tools are missing/not installed.

Did you try the The Software Development Kit Manager like ardvark suggested?

Have you tried yum install groovy? (in the repo's?)
 
Old 12-05-2016, 09:25 AM   #10
trickydba
Member
 
Registered: Nov 2016
Location: Atlanta,Georgia
Posts: 310

Original Poster
Rep: Reputation: Disabled
I have abandoned using Groovy for the time being and I am leaning towards a BASH script for a solution. Thank you and appreciate all the help!!
 
Old 12-05-2016, 12:39 PM   #11
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by trickydba View Post
I have abandoned using Groovy for the time being and I am leaning towards a BASH script for a solution. Thank you and appreciate all the help!!
You're welcome.

Regards...
 
Old 12-05-2016, 01:24 PM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by trickydba View Post
I have abandoned using Groovy for the time being and I am leaning towards a BASH script for a solution. Thank you and appreciate all the help!!
Thanks for the update and your honesty; it's appreciated.
 
Old 12-06-2016, 10:12 AM   #13
trickydba
Member
 
Registered: Nov 2016
Location: Atlanta,Georgia
Posts: 310

Original Poster
Rep: Reputation: Disabled
@Ardvark71.He is good!!!!! Really, really good!!!!!
 
Old 12-06-2016, 12:13 PM   #14
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by trickydba View Post
@Ardvark71.He is good!!!!! Really, really good!!!!!
That He is!

Regards...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Getting Groovy with data LXer Syndicated Linux News 0 10-28-2016 05:30 PM
Groovy - Java Scripting deelinux Programming 2 10-09-2016 01:24 PM
LXer: The Groovy Conundrum LXer Syndicated Linux News 0 02-05-2013 08:30 PM
Groovy Arcade 0Vincent0 Linux - Software 5 10-12-2011 02:03 AM
groovy scripting advice john83reuben Programming 1 03-07-2010 07:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration