Java : ghost4j quirks

This page last changed on Apr 17, 2012 by Kees de Kooter

How to run on the latest linux distros

Ghost4j tries to load the library libgs.so. In the latest ubuntu distro this file is not available. The fix is to create a symlink (in this case on Ubuntu 12.04 box):

cd /usr/lib
ln -s libgs.so.9.05 libgs.so

How to run on OS X Lion

Ghostscript is not included in the standard Mac OS X installation. It should be installed separately as a shared object library.

Get the source from ghostscript.com/download

this part under construction