This version fixes a limitation which prevented the extraction of compressed objects larger than 2GB, and manifested itself as a Size exceeds Integer.MAX_VALUE message. This was due to the way jSAVF mapped the parts of temporary files it uncompresses such objects into. The mapped region was dependent not on the amount of data to extract for a task, but to the size of the uncompressed object it was located in, and for large objects this crossed the limit of what the Java FileChannel::map method allows. I"ve changed the decompression routine so it no longer tries to map the whole temporary file, which should solve the problem. Thanks to the user which reported the bug !
This version also updates the bundled Java environment in the Windows installer based on the the current 25.0.1+8 JDK from Adoptium, which thankfully still provide jmods for their JDKs after JEP 493, which enable people like me to build and distribute Java software for Windows without having to package it under that operating system.
If you encounter any issue with this version don't hesitate to reach out to me.
Anerty's Lair - BugFix & Update - jSAVF 1.83

