DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36613>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36613 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary| Can't connect to X11 window|Can't connect to X11 window |server ... |server ... ------- Additional Comments From [EMAIL PROTECTED] 2005-09-15 12:09 ------- I've done some searching on the net (google "Can't connect X11 RedHat Java") Apparently the 'java.lang.NoClassDefFoundError: sun.awt.X11GraphicsEnvironment' happens after the first time java can't connect to the X11 server. So I suspect that someplace you have another error that might have some more info about the DISPLAY it is trying to connect to. Secondly if you have headless mode set then java _will_ not create a java.awt Frame: % java -Djava.awt.headless=true -jar batik-squiggle.jar java.awt.HeadlessException at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:121) at java.awt.Window.<init>(Window.java:274) at java.awt.Frame.<init>(Frame.java:401) Based on this I strongly suspect that you have multiple java VM's running and the one that Batik is running in does not have proper access to the DISPLAY (and it may not need it). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
