Ben Spencer wrote:
A little problem creating a font.xml file:
Notes:
-) the following actually was run as root, so, the "permission denied"
errors are suspicious.
-) I have tried it from a couple of different Linux system (different
dist versions of RedHat), and had the same results.
java -cp
build/fop.jar;lib/avalon-framework.jar;lib/commons-logging.jar;lib/commo
ns-io.jar \
org.apache.fop.fonts.apps.TTFReader -d DEBUG /tmp/arial.ttf
/tmp/arial.xml
The classpath components should be separated by ":" on linux and not ";"
which is used on Windows systems.
the above results in:
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
Possibly caused by the wrong separator being used.
<snip/>
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]