| View previous topic :: View next topic |
| Author |
Message |
Cybermintz Guest
|
Posted: Mon May 09, 2005 10:22 am Post subject: Installing from Tarballs |
|
|
Please could someone help. I've been trying to fix the problem myself for the last few days, trying it every which way I can and it's driving me nuts!
I'm trying to install DVDRipper from the June issue of the magazine for perfectly legal reasons. I'm using Susie 9.2 and KDE. Here's what I'm doing:
1. Copying the folder from the disc to my home directory
2. Opening Konsol
3. CD to my home directory and to the program's diretory that I coppied from the disc
4. Do the tar xzvf thing to the file marked .tar.gz just as is said in the magazine
5. The Konsol lists the contents of the file as DVDripper.jar and README
6. I CD back to the location of DVDRipper.jar
7. I try the ./ configure thing and get the message "No such file
or directory"
This is not surprising as the .jar file appears to be an archive in itself and so...
8. I tried to tar xzvf the .jar file and get the message "gzip stdin has more
than one entry, rest igonred. tar: child returned status 2 tar: error
exit delayed from previous errors
9. I have tried to extract the .jar file manually by using ARK - I can extract
the files, but to where to I copy them - and don't they have to be
configured and make installed first?
10. I've tried doing the above several times, just to make sure I'm
not making any typos
I'm sure it's something very simple that I'm doing wrong so please be patient because I really have tried to put it right myself. Many thanks
Cybermint |
|
| Back to top |
|
 |
Guest
|
Posted: Mon May 09, 2005 10:42 am Post subject: RE: Installing from Tarballs |
|
|
DVDRipper is a java application. Assuming you have a java runtime environment installed, try:
java -jar DVDRipper.jar
in the directory where DVDRipper.jar is located. |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Mon May 09, 2005 10:46 am Post subject: RE: Installing from Tarballs |
|
|
A .jar file can be executed by your Java interpreter, there is nothing to unpack, configure or install. Depending on how your window manager is configured, you may be able to start it by (double-)clicking on the file. You can also run it from a shell with
| Code: | | java -jar DVDRipper.jar |
_________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
Nobber LXF regular

Joined: Mon Apr 11, 2005 4:24 pm Posts: 370 Location: Nova Scotia
|
Posted: Mon May 09, 2005 10:51 am Post subject: Re: RE: Installing from Tarballs |
|
|
| nelz wrote: | | Code: | | java -jar DVDRipper.jar |
|
Is there an echo in here? |
|
| Back to top |
|
 |
davecs LXF regular

Joined: Sun Apr 10, 2005 12:13 am Posts: 530 Location: Dagenham, Essex
|
Posted: Mon May 09, 2005 7:37 pm Post subject: Re: RE: Installing from Tarballs |
|
|
| Nobber wrote: | | nelz wrote: | | Code: | | java -jar DVDRipper.jar |
|
Is there an echo in here? |
Let's see ...
I really can't be bothered! |
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4169 Location: wild West Wales
|
Posted: Mon May 09, 2005 8:33 pm Post subject: RE: Re: RE: Installing from Tarballs |
|
|
two people answering the same question with the same answer at the same time hmmm surely no guru here is capable of working the probabilities out
come on davecs play the game _________________ still looking for that door into summer |
|
| Back to top |
|
 |
Cybermintz Guest
|
Posted: Tue May 10, 2005 11:02 am Post subject: |
|
|
Yes, Yes, Yes!
It's working like magic!
Loads of big hugs and kisses to everyone who replied.
I'm really, really happy now.
ATB Cybermintz
 |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|