Quote:
Originally Posted by SleazyC
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 developed Canti using the latest jdk 6 on Ubuntu (1.6.20 I think), but I thought jre 5 would be enough to run it. Anything before jre 5 shouldn't work since I heavily use type safety. Thanks for sharing your experience.
Quote:
Originally Posted by SleazyC
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.
|
Yes, you still need a bind file. Canti handles binding very crudely. It doesn't analyze filenames to determine volume or chapter numbers, it merely binds according to alphabetical order. This was the simplest way to program binding, and it works well if your collection is nicely organized, but it does require you to manually craft the bind file.