| Article: |
Building a Unix Server | |
| Subject: | It used to | |
| Date: | 2004-08-27 07:04:40 | |
| From: | tlaurenzo1 | |
| If you were doing AWT image manipulation in your server app, it had to be able to connect to an XServer prior to Java 1.4. In Java 1.4, you can add an argument (I think it is "-Djava.awt.headless=true") that tells it to only enable the parts of AWT that don't depend on an XServer (this includes about everything that a server side app would use). | ||
Showing messages 1 through 1 of 1.
-
It used to
2004-08-27 09:28:38 riksca [View]
That is great to know, thanks.


