| Author |
install junit on unix box
|
tue march
Greenhorn
Joined: Mar 09, 2005
Posts: 16
|
|
Hi, can anybody tell how to install junit on unix box. i know that classpath should be set. but how to unzip the zip file on unix box, i am not able do that, i dont have unzip on my unix box. please kindly provide some suggestions. Thanks in advance, march
|
 |
Nigel Browne
Ranch Hand
Joined: May 15, 2001
Posts: 673
|
|
Normally you would type: Use the man pages to check out the flags available. If you don't have unzip then have a look for gZip or compress.
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
Moving to our Unix forum... [ April 28, 2005: Message edited by: Ilja Preuss ]
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
Neither gzip nor compress can unzip a ZIP file. They are single-file compression utilities and ZIP files are compressed collections of files. However the zip, unzip and several other Info-ZIP utilities are readily available for Linux/Unix. For that matter, for Amiga, OS/2 and z/OS. ZIP file format was designed to be handled on a lot of different platforms.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Stefan Wagner
Ranch Hand
Joined: Jun 02, 2003
Posts: 1923
|
|
A java-man will of course allways have a jar at hand: [ April 29, 2005: Message edited by: Stefan Wagner ]
|
http://home.arcor.de/hirnstrom/bewerbung
|
 |
Layne Lund
Ranch Hand
Joined: Dec 06, 2001
Posts: 3061
|
|
Originally posted by Tim Holloway: Neither gzip nor compress can unzip a ZIP file. They are single-file compression utilities and ZIP files are compressed collections of files. However the zip, unzip and several other Info-ZIP utilities are readily available for Linux/Unix. For that matter, for Amiga, OS/2 and z/OS. ZIP file format was designed to be handled on a lot of different platforms.
gzip might not unzip a zip file but gunzip will! Layne
|
Java API Documentation
The Java Tutorial
|
 |
 |
|
|
subject: install junit on unix box
|
|
|