This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes tar files extraction Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "tar files extraction" Watch "tar files extraction" New topic
Author

tar files extraction

Seema Bhatia
Ranch Hand

Joined: Apr 27, 2001
Posts: 36
How to extract files with extension tar.gz. I have downloaded the file for mysql but unable to configure it with tomcat.
Any help will be appreciated.
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Hi,
Use gunzip utility to uncompress the tar file.
ex:
gunzip test.jar.gz
The output for this will give test.jar
now use
tar -xvf test.jar
Hope this will help you.
Ravi :-)
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6919
Depends on what platform you wish to do it on. Ona unix/Linux system use gunzip and then tar as described above. On a Windows system, the easiest way is to open the file with WinZip, which understands the format and can extract it to a directory of your choosing.


Read about me at frankcarver.me ~ Raspberry Alpha Omega ~ Frank's Punchbarrel Blog
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: tar files extraction
 
Similar Threads
How to create a war file.
WA #1.....word association
Componentized logic in views - what to use.
ClassNotFoundException in Jsp Precompilation
Need to Convert Documents to HTML