• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Create a .tar file in windows?

BigJimbo

Golden Member
basically for my java class the teacher wants everything submitted in .tar format. Ive been told that winrar can do the compression...but i cant seem to figure it out?
 
why .tar? That's mostly used in Linux/Unix? Are you working on Linux servers or something? .zip is a really common format, and most any Linux server can compress/decompress it... If I were you, I'd maybe ask the teacher what the deal is behind this...

Anyway, in winrar, when creating a new archive, it only seems to allow .rar or .zip. I know it'll decompress .tar, but maybe it can't create them?

EDIT: tar really isn't a compression, more of a package. It puts the files together and keeps the file permissions and ownership in tact. Usually linux source files are .tar.gz, which means the gzipped the tarball package to compress it, because the tarball really isn't compressed/shrunk at all.
 
Does your class have a Unix cluster you can FTP/Telnet/SSH into? Just upload your files and tar them there. That's what I would do in college.
 
Back
Top