Re: Java novice

2003-01-30 Thread Clay Leeds
I don't know the answer to your 2nd question, but according to the FAQ: http://xml.apache.org/fop/faq.html#faq-N100E9 This is typically a problem with your classpath. Follow that link for help in solving your problem. :-) Matthew Lancashire wrote: I hace created an exe from ExampleXML2PDF. How can

RE: Java novice

2003-01-30 Thread Matthew Lancashire
] Subject: Re: Java novice I would have put it a little differently, but Mr. Hujer is right. You won't have any luck with VisualJ++, especially as a Java novice. I recommend you switch to a more compatible Java VM. As the release notes say you need at least JDK 1.2. FWIW the Driver class

Re: Java novice

2003-01-30 Thread Jeremias Maerki
I would have put it a little differently, but Mr. Hujer is right. You won't have any luck with VisualJ++, especially as a Java novice. I recommend you switch to a more compatible Java VM. As the release notes say you need at least JDK 1.2. FWIW the Driver class is in fop.jar. So you need to get th

RE: Java novice

2003-01-30 Thread Matthew Lancashire
: Java novice On 30.01.2003 11:55:11 Matthew Lancashire wrote: > I hace created an exe from ExampleXML2PDF. Well, "exe" don't exist in Java. I guess you mean you ran the build script in examples/embedding and now you've got a bunch of *.class files in the build directory, right

Re: Java novice

2003-01-30 Thread Jeremias Maerki
On 30.01.2003 11:55:11 Matthew Lancashire wrote: > I hace created an exe from ExampleXML2PDF. Well, "exe" don't exist in Java. I guess you mean you ran the build script in examples/embedding and now you've got a bunch of *.class files in the build directory, right? > How can I run this. > I get