Hi!
We are looking at using prince from a Java application however my understanding is that the prince Java API provided simply uses Java's Runtime.exec() method to fire up the prince command line?
We are running on linux and this will prove to be an issue for us due to the (well known?) linux Runtime.exec() fork/exec behaviour.
Are there any plans to provide a Java API that does not use Runtime.exec()?
Thanks!
We are looking at using prince from a Java application however my understanding is that the prince Java API provided simply uses Java's Runtime.exec() method to fire up the prince command line?
We are running on linux and this will prove to be an issue for us due to the (well known?) linux Runtime.exec() fork/exec behaviour.
Are there any plans to provide a Java API that does not use Runtime.exec()?
Thanks!