Bert Van Kets wrote: > Here's how I installed PJA: > > I copied the PJA jar files to the jre/lib/ext directory and added the > following line to the catalina.sh file > > CATALINA_OPTS='-Xbootclasspath/p:/usr/local/pja/lib/pja.jar > -Dawt.toolkit=com.eteks.awt.PJAToolkit > -Djava2d.font.usePlatformFont=false > -Djava.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment > -Djava.awt.fonts=/usr/local/jdk1.3.1_02/jre/lib/fonts > -Duser.home=/usr/local/pja -cp > /usr/local/jdk1.3.1_02/jre/lib/ext/pjatools.jar' > > works fine on a headless SuSE 7.3 machine. You might have to change > the paths a little.
I do not see the point of coping pja.jar in any subdirectory of the JRE... I think the -Xbootclasspath can point to any directory (as you mention it one line after!!!). One other thing that I do not understand: why do you use pjatools? it is not needed. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>