Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm working on big files compression using Java. It's mandatory (for me) to compress my files unto 7z files (LZMA compression).

To do that, I'm using the 7z Java SKD. I'm calling the Decoder.code(...) method and everything's working fine. I get a compressed 7z file from my original one. The only problem is that when I manually extrat it, I get an extension-less file while it should be a ".xml" file ...

Anyone's got an idea on how to keep my original file's extension even through the 7z archive ?

share|improve this question
Are you 100% sure the extensions are gone? Maybe you use Windows and the folder is set up to hide file extenstions ;) – jlordo Nov 22 '12 at 15:03
No, extensions are shown in my explorer. And even if they were hidden, Windows would recognize it as archives (7z) and it doesn't. (These are just extension-less files ...) – jsn.crdnl Nov 22 '12 at 15:33

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.