Opening Tar, Jar files.
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Debian support > Linux Debian support > Opening Tar, Jar files.




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Opening Tar, Jar files.  
wuberman


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:46 PM

Can enyone explain how to do this properly? I download files to install
manualy and the extracter unpacks them to who knows were. Do I have to
cut and paste make files to a terminal window? Any suggestions on
reading up on how to do this for newbies like me?
URL'S for tutorials would be great.





[ Post a follow-up to this message ]



    Re: Opening Tar, Jar files.  
s. keeling


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:46 PM

wuberman <wuberman@ca.inter.net>:
>  Can enyone explain how to do this properly? I download files to install
>  manualy and the extracter unpacks them to who knows were. Do I have to
>  cut and paste make files to a terminal window? Any suggestions on
>  reading up on how to do this for newbies like me?
>  URL'S for tutorials would be great.

"Extracter?"

Given "blah.tar.gz" or "blah.tgz" using Gnu tar:

tar tzf blah.tgz

will list its contents.

tar xzf blah.tgz

will extract.  ALWAYS do tzf before xzf, as it might have absolute
paths (/bin/blah as opposed to ./bin/blah).  If it was compressed with
bzip, you'll want to use "J" as well.  "man tar"

Jar files: don't know, don't care.


--
Any technology distinguishable from magic is insufficiently advanced.
(*)           http://www.spots.ab.ca/~keeling   Linux Counter #80292
- -           http://www.ietf.org/rfc/rfc1855.txt
Spammers! http://www.spots.ab.ca/~keeling/autospam.html





[ Post a follow-up to this message ]



    Re: Opening Tar, Jar files.  
Robert Tucker


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:46 PM

wuberman wrote:

>Can enyone explain how to do this properly? I download files to install
>manualy and the extracter unpacks them to who knows were. Do I have to
>cut and paste make files to a terminal window? Any suggestions on
>reading up on how to do this for newbies like me?
>URL'S for tutorials would be great.
>
>

To run or extract jar files?

To run (assuming Java installed and in your PATH) from directory in
which jar file located:

java -jar JARfilename.jar

To extract jar file:

|jar xvf /JARfilename

http://java.sun.com/docs/books/tuto...atsnew/jar.html
/|





[ Post a follow-up to this message ]



    Re: Opening Tar, Jar files.  
Robert Tucker


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:46 PM

wuberman wrote:

>Can enyone explain how to do this properly? I download files to install
>manualy and the extracter unpacks them to who knows were. Do I have to
>cut and paste make files to a terminal window? Any suggestions on
>reading up on how to do this for newbies like me?
>URL'S for tutorials would be great.
>
>

To run or extract jar files?

To run (assuming Java installed and in your PATH) from directory in
which jar file located:

java -jar JARfilename.jar

To extract jar file:

jar xvf /JARfilename

http://java.sun.com/docs/books/tuto...atsnew/jar.html





[ Post a follow-up to this message ]



    Re: Opening Tar, Jar files.  
Robert Tucker


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:46 PM

wuberman wrote:

>Can enyone explain how to do this properly? I download files to install
>manualy and the extracter unpacks them to who knows were. Do I have to
>cut and paste make files to a terminal window? Any suggestions on
>reading up on how to do this for newbies like me?
>URL'S for tutorials would be great.
>
>

To run or extract jar files?

To run (assuming Java installed and in your PATH) from directory in
which jar file located:

java -jar JARfilename.jar

To extract jar file:

jar xvf JARfilename.jar

http://java.sun.com/docs/books/tuto...atsnew/jar.html





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:46 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register