Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] java.awt.Image


Jess,

You might be able to get around the problem that Silenio describes by using J9 + Personal Configuration (http://www.embedded.oti.com), as long as you doesn't need Java 2 features.  The reason this might work is that Personal Configuration uses SWT under the covers, and thus uses the same Motif library.

David
--
David Whiteman
OTI Raleigh
david_whiteman@xxxxxxx



"Silenio Quarti/OTT/OTI" <Silenio_Quarti@xxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

11/27/2001 11:24 AM
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [platform-swt-dev] java.awt.Image


Hi Jeff,

This is a known problem. You will not be able to mix AWT and SWT
widgets/components on Motif/Linux due to a linkage problem. Basically,
the AWT library is linked to a different Motif library than SWT is. This
causes conflicts which result in a GPF.

Silenio






Back to the top