Juergen Lippold wrote:
> I am trying to include the FOP-Framework into a Java-Environment
> and to start the conversion inline. But the System.exit exits the
> whole application. Is there a way to have a java Program starting
> FOP-Konversion not from the CommandLine?
Yes. Check docs/html-docs
CommandLineStarter is, if I'm not mistaken, part of the FOP standalone program, so
you're not supposed to use it to embed FOP in your applications. There are
instructions on how to embed FOP on the FOP website, so you should check those. If
launching FOP via its standalone command line implem