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

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? How can I run this. I

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

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