Skip to content

nishihatapalmer/java-iso-tools

 
 

Repository files navigation

java-iso-tools

This project provides a number of tools for manipulating iso9660 filesystems natively within Java.

Getting started quickly

Visit mvnrepository.com, select the parts you need for your project, and then add that to your build system via Gradle, Maven, or other.

Building from source

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Maven

  • JDK

Installing

Assuming you already have a working JDK and maven install.

Compiling

mvn compile

Running the tests

Note
There are some default tests

Use maven to run existing tests

mvn test

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%