Question
I have an application written in Java. It is designed to run on a Linux box standalone. I am trying to spawn a new firefox windo
You might have better luck if you read and display the standard output/error streams, so you can catch any error message firefox may print.