Menu

7-Zip-JBinding / News: Recent posts

Release: 16.02-2.01

First official stable release of 7-Zip-JBinding is there!

The highlights are:

  • RAR5 support
  • Create password protected 7z and zip archives. Encrypt 7z archive header (file and folder names inside the archive)
  • Multiple ARM linux builds: ARMv5, ARMv6, ARMv71, ARM64 (Not included into AllPlatform package)
  • Artifacts are on Maven Central (groupId: net.sf.sevenzipjbinding)
  • More extraction algorithms: NTFS, FAT, HFS
  • Some bugfixes
  • (easter egg)... read more
Posted by Boris Brodski 2020-02-19

Release: 9.20-2.00beta

After 6 years of development I'm proud to announce the release 2.00beta of the 7-Zip-JBinding.

The highlights are:

  • Compression - the most wanted feature - is implemented
  • Build for ARM linux (e.g. RaspberryPi)
  • Artifacts are on maven central (groupId: net.sf.sevenzipjbinding)

Please visit http://sevenzipjbind.sourceforge.net/ for more information about new features and bug fixes.

Posted by Boris Brodski 2015-10-07

Release: 4.65-1.05rc-extr-only

The version 4.65-1.05rc-extr-only of 7-Zip-JBinding was released. Please visit news section of http://sevenzipjbind.sourceforge.net/ for more information about new features and bug fixes.

Posted by Boris Brodski 2012-04-24

Release: 4.65-1.04rc-extr-only

The version 4.65-1.04rc-extr-only of 7-Zip-JBinding was released. Please visit news section of http://sevenzipjbind.sourceforge.net/ for more information about new features and bug fixes.

Posted by Boris Brodski 2010-03-09

Release: 4.65-1.03rc-extr-only

The version 4.65-1.03rc-extr-only of 7-Zip-JBinding was released. Please visit news section of http://sevenzipjbind.sourceforge.net/ for information about new features and bug fixes.

Posted by Boris Brodski 2009-12-09

Release: 4.65-1.02rc-extr-only

7-Zip-JBinding Release - 4.65-1.02rc-extr-only (Release candidate, extraction only, cross-platform, based on zip/p7zip 4.65):
* Windows 64 (amd64)
* NSIS format
* New method ISevenZipInArchive.getArchiveFormat()

Posted by Boris Brodski 2009-10-12

7-Zip-JBinding release: 4.65-1.01rc-extr-only

Release - 4.65-1.01rc-extr-only (Release candidate, extraction only, cross-platform, based on zip/p7zip 4.65)

* API change was necessary to fix a bug:
- net.sf.sevenzipjbinding.IArchiveExtractCallback.prepareOperation(ExtractAskMode) is void now.

- net.sf.sevenzipjbinding.IArchiveExtractCallback.getStream(int, ExtractAskMode) accepts null return values now.
null return values can be used to skip on the fly extraction/testing of archive items. ... read more

Posted by Boris Brodski 2009-09-01

7-Zip-JBinding release: 4.65-1.0rc-extr-only

The first cross-platform release of Java wrapper for 7-Zip library was build! Check our web site for more information:
http://sevenzipjbind.sourceforge.net/

Main features of 4.65-1.0rc-extr-only (Release candidate, extraction only, cross-platform, based on zip/p7zip 4.65)

* Extraction of 7z, Zip, Tar, Split, Rar, Lzma, Iso, HFS, GZip, Cpio, BZIP2, Z, Arj

* Support for password protected and volumed archives... read more

Posted by Boris Brodski 2009-07-31

7-Zip-JBinding release: 0.4.1

Release - 0.4.1 (beta, bugfix release)
- Bug fixed: 2525877 (Memory leak)

Posted by Boris Brodski 2009-01-30

7-Zip-JBinding release: 0.4

Release - 0.4 (beta, extraction only)
* Full rework of c++ code: thread safe JNI-calls, correct exception handling between threads
- Bug fixed #2441909 - Can't extract encrypted 7-Zip files

* New open/extract method for crypted archives and items (standard and simple interface)

* JUnit tests for the extraction of crypted archives and exception handling

* New examples on the home page

Posted by Boris Brodski 2009-01-04

7-Zip-JBinding release: 0.3

Release - 0.3 (beta, extraction only, simple extraction interface)
Some memory problems was fixed:
- Bug fixed #1928623 - Large TAR files can't be extracted
- Bug fixed #1928111 - Error extracting files larger that 8192 bytes

* Simple extraction interface - allows easy information
gethering and extraction of archives

* JUnit tests for simple extraction interface

Posted by Boris Brodski 2008-08-09

7-Zip-JBinding release: 0.2

J-Zip-JBinding-02 was released!

Bug fixes and new features:
- Major bug in release build configuration was fixed
- New interface methods to get of proeprties in human readable form

Posted by Boris Brodski 2008-03-29

7-Zip-JBinding first release: 0.1

7-Zip-JBinding is in "alpha" stage!
The first release was made and can be tested.

Implemented features:
- Query archive and archive item information
- Extract items from different type of archives
(including progress information and password providing)

Posted by Boris Brodski 2008-03-16