I have a situation where I'm running Java under the PJB and it needs
access to the X server. In this case, the flag normally passed in to
Java "-Djava.awt.headless=true" causes my application not to work
right. I had to change the file bind.c and recompile to change the
parameter to "-Djava.awt.headless=false" so that my software could work.
It would be nice if this were a configurable option.
|