You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Steven Coffman <ge...@apache.org> on 2000/05/12 22:23:53 UTC

RE: WebLogic 5.1 / FOP

You have a typo in your classpath:
instead of libfop_0_12_1.jar you want "lib\fop_0_12_1.jar"

except, I think the fop_0_12_1.jar is the distribution which contains
the fop.jar for that release. You might need to extract that jar file
from the fop_0_12_1.jar file. Something else to try if the typo doesn't
fix everything.

type:
jar xvf fop_0_12_1.jar 
 
in order to extract the fop.jar

My work mail is flaky. If you get some messages from that address
delivered way after this question has been dealt with, please ignore
them with my apologies. Irritating.


RE: WebLogic 5.1 / FOP

Posted by Pat Laplante <pl...@vanteon.com>.
Thanks to all of you guys... I got it to work.... SWEEEEEEET!!!

Pat

-----Original Message-----
From: Steven Coffman [mailto:gears@apache.org]
Sent: Friday, May 12, 2000 4:24 PM
To: cocoon-dev@xml.apache.org
Subject: RE: WebLogic 5.1 / FOP


You have a typo in your classpath:
instead of libfop_0_12_1.jar you want "lib\fop_0_12_1.jar"

except, I think the fop_0_12_1.jar is the distribution which contains
the fop.jar for that release. You might need to extract that jar file
from the fop_0_12_1.jar file. Something else to try if the typo doesn't
fix everything.

type:
jar xvf fop_0_12_1.jar 
 
in order to extract the fop.jar

My work mail is flaky. If you get some messages from that address
delivered way after this question has been dealt with, please ignore
them with my apologies. Irritating.