Thierry B. wrote: > We seem to have different experiences with the same tools ! The first > java tool I was afraid to not work properly with 64 bit was precisely > Eclipse. For me I did'nt saw a difference with the 32 bit version. No > crash at all. But XXE does not run at all. >
More precisely: "any Java/Swing/AWT app does not run on your 64-bit Unbuntu". --> Your problem looks very much like this one: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6511454 If you have forced the use of MToolkit, remove it. Otherwise, force the use of the XToolkit (I'm not sure which one is used with Java 1.6): export AWT_TOOLKIT=XToolkit --> See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504524 --- This seems to happen across a wide range of applications, and MToolkit is needed to make Java show any UI items with newer Xorg. Given then ubiquity of amd64, this really makes Java unsuitable for release, I think. It's non-free anyway. --- > Benoit Maisonny a ?crit : >> Generally speaking, I found the 64bit JVMs to be rather unstable with >> softwares with a GUI (Eclipse and XXE for me). It's really hard to find >> a clear cause. Maybe it's Swing-related. I used to have the JVM crashing >> or freezing with XXE, but not since a few months. >> >> >> Thierry B. wrote: >>> Could this be a "pro" only feature? ;-) > > -- > XMLmind XML Editor Support List > xmleditor-support at xmlmind.com > http://www.xmlmind.com/mailman/listinfo/xmleditor-support > >

