Re: [JAVA2D] How to run Java Swing/AWT app on Linux without XWindows

2008-06-11 Thread Dmitri Trembovetski
Ok, I see now. I think your best bet would be to check what the ME community has in the phoneme advanced project - https://phoneme.dev.java.net/content/phoneme_platforms.html#phonemeadvanced http://forums.java.net/jive/forum.jspa?forumID=100 I'm sure they have a configuration w/o

Re: [JAVA2D] How to run Java Swing/AWT app on Linux without XWindows

2008-06-10 Thread java2d
Sorry about the cross posting. I am looking for something that depends on swing, may be Java ME and Java2d opengl pipeline. Java ME (i.e Java for embedded systems) is available in so many flavors. Couple of those flavors support AWT and subset of Swing. My guess is that they don't expect embedd

Re: [JAVA2D] How to run Java Swing/AWT app on Linux without XWindows

2008-06-09 Thread java2d
First, cross posting is not nice. Unfortunately I don't believe what you want is currently possible. You probably misinterpreted what Chris, Chet and Romain said. The opengl pipeline currently still depends on the AWT toolkit which in turn depends on X server connection. Dmitri [Message sent b

[JAVA2D] How to run Java Swing/AWT app on Linux without XWindows

2008-06-09 Thread java2d
Hi I am wondering whether it is possible to run Java GUI app (Swing application) on UBuntu (X86 with OpenGL backend) without XWindows. This is for an embedded application. I read Chris Cambell, Chet and Romaine's blogs. Looks like it is possible to run JDK 6 VM directly on OpenGL backend (or SD