Couple notes on getting Canti working under OSX 10.5
For some reason I had JDK 5 set as my default, this causes problems when running Canti as a String method being invoked isn't implemented in this version of the JDK. A recent Apple patch finally gave Mac uses JDK 6 so I had to create a symlink to use it like so:
Code:
sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java /usr/bin/java
Had to install ImageMagick and choose to use the MacPorts version.
Once I'd done all of this Canti worked. I do have a question regarding bindings though, is the bind.txt still needed? Most of my manga is in a <TITLE>_v<VOLUME NUMBER>_<CHAPTER> and I couldn't figure out how to get Canti to group together all the chapters that had the same volume number into one PDF.