|
#1
| |||
| |||
| Hello Mac expert, I would like to find out what is the self extract format in Mac and what software i can use to pack them. I am developing a java program which enable all platform, therefore would like to find out a self extract format. My program will be in .jar format. Please help, a million thanks. ![]() |
|
#2
| |||
| |||
| rehi, Can i use .tar.gz format? is it self extracting? if yes, what software can i compile my software into a .tar.gz format? please advice. thanks you |
|
#3
| ||||
| ||||
|
#4
| |||
| |||
| Sorry, just would like to find out is it true that without stuffit, Mac user can also unpack tar.gz files? Please educate me. Thank you. ![]() |
|
#5
| ||||
| ||||
| OSX includes the Unix tar utility, and I think gzip as well. So, at a minimum, OS X users should be able to extract a .tar.gz file from the command line. Also, OS X 10.3 has integrated support for "archives" (.zip files) in Finder.
__________________ OS X 10.4 G5 Dual 2GHZ / 160GB / 1GB RAM / Superdrive Apple 20" Cinema Display SmartDrive 120GB Firewire HD Maxtor 250GB SATA Visit my wife's eBay store !! http://stores.ebay.com/Catchy-Creations-by-brendaonline Now pining for a MacBook Pro... |
|
#6
| |||
| |||
| I just came accross .sitx and .dmg format for OS X, wonder are they self extracting format? please advice. thanks |
|
#7
| ||||
| ||||
| Sitx is a recent revision of the Stuffit format. It is not self-extracting by itself, although a free extractor program is available from aladdinsys.com. .dmg is the Disk Image format, and mounts as a new volume when double-clicked, via Apple's Disk Utility or Disk Copy programs (depending on which version of OSX you're using). Hence, it's sorta self-extracting, but because it mounts as a drive icon, you have to copy the files to your hard drive as a seperate step.
__________________ OS X 10.4 G5 Dual 2GHZ / 160GB / 1GB RAM / Superdrive Apple 20" Cinema Display SmartDrive 120GB Firewire HD Maxtor 250GB SATA Visit my wife's eBay store !! http://stores.ebay.com/Catchy-Creations-by-brendaonline Now pining for a MacBook Pro... |
|
#8
| |||
| |||
| Thank you very much for your info. =) you solve my questions |