using fop in Jdeveloper 903

C

curwen

Hi all,
I'm stuck trying to generate a pdf file using jdev IDE

* I downloaded the fop 0.20.5 library
it works from command line..
I nedd to embed it in a servlet/jsp now.

* I imported the jar files in my jdev project

* I tried to import the fop driver:

package mine;
import org.apache.fop.apps.Driver;
public class Print extends Page {
public Print(){
Driver driver = new Driver(new InputSource(""),
new FileOutputStream(""));
}
}

but the IDE compiler can't see the Driver..

can you help??

thanks in advance
JC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top