How do you extract an XZ file in Java? I have a 7z SFX
file with an .exe
extension, convert it into an XZ
file but how do I finally extract its contents?
On Windows, I can easily do an right-click and let WinRAR
do the extraction by selecting Extract here
from the context menu.