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
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From [EMAIL PROTECTED]  2005-09-19 12:03 -------
So I don't know much about the SWT(?) that eclipse uses, is it possible
that SWT is picking up the X11 Server that it should connect to through
some other means and Batik is the first to try and start AWT?

Also did you try and track down the inital "can't connect" error message?
It has additional information about what X Server it is trying to contact.

Finally can you try 'replicating' the just the JDK code without Batik?
I suspect that this has nothing to do with Batik other than we happen
to use AWT.

---

import java.awt.image.BufferedImage;
import java.awt.Graphics2D;

BufferedImage bi;
bi = new BufferedImage(1, 1, BufferedImage.TYPE_INT_ARGB);
Graphics2D fmg;
fmg = bi.createGraphics();


-- 
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]

Reply via email to