Skip to content

A Java application for reading digital comic files (cbz and cbr).

Notifications You must be signed in to change notification settings

NickWilsonDev/ComicReader

Repository files navigation

ComicReader

How to make sure Java is installed

foo@bar:~$ java -version
foo@bar:~$ javac -version

Both should return the version number, if not they will need to be installed.

Execution

foo@bar:~$ javac -cp "commons-logging-1.2.jar:junrar-0.7.jar:." *.java
foo@bar:~$ java -cp "commons-logging-1.2.jar:junrar-0.7.jar:." ComicReader

About

A Java application for reading digital comic files (cbz and cbr).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages