Re: headless java setting

2004-09-28 Thread Didier McGillis
Worked like a charm. I was putting it in the wrong spot. From: Robert F. Hall [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: headless java setting Date: Mon, 27 Sep 2004 19:02:12 -0700 No need to add X libs, just add

headless java setting

2004-09-27 Thread Didier McGillis
I have a small problem. My predicesor setup his code to work with X-Windows. Well the code will not work without an x11 server running. However I have all my machines setup as a typical server and do not have xwindows installed. I saw where you could grab a few x11 libs and then run

Re: headless java setting

2004-09-27 Thread QM
On Tue, Sep 28, 2004 at 12:39:28AM +, Didier McGillis wrote: : I have a small problem. My predicesor setup his code to work with : X-Windows. Well the code will not work without an x11 server running. : However I have all my machines setup as a typical server and do not have : xwindows

Re: headless java setting

2004-09-27 Thread Robert F. Hall
No need to add X libs, just add -Djava.awt.headless=true to your JAVA_OPTS Didier McGillis wrote: I have a small problem. My predicesor setup his code to work with X-Windows. Well the code will not work without an x11 server running. However I have all my machines setup as a typical

Re: headless java setting

2004-09-27 Thread Dov Rosenberg
Try adding -Djava.awt.headless=true to your JAVA_OPTS environment variable or pass it in on the command line. On 9/27/04 8:39 PM, Didier McGillis [EMAIL PROTECTED] wrote: I have a small problem. My predicesor setup his code to work with X-Windows. Well the code will not work without an x11