Extracting ISO file using Java

extract, file, filesystems, iso, java

Solution

I would recommend the following

Java ISO Extraction

JAVA ISO tools https://github.com/stephenc/java-iso-tools

Loopy http://loopy.sourceforge.net/

JIIC: Java ISO Image Creator (a bit old -- uses Java 1.4)

Problem

Is there any way to Extract content of ISO file (all directories and files inside) to a give directory in a local path? Specifically using Java in windows environment. is there any library you may suggest? or is there any work around to do so ? thanks.

Original source