This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Headless AWT


Coming from the Sun JVM, I was wondering if there is a possibility to use various AWT functionalities (Graphics2D, ImageIO, etc) without the need for an AWT peer on GCJ? On the Sun JVM, this is possible by specifying -Djava.awt.headless=true.

It seems on OS X the only way to get this funcitonality is by compiling it with Gtk or xlib. Would such an application run without X11 as long as no Windows would be displayed?

Jürg
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]