Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Swing UI components under Linux

Hi,

	Is it possible to use awt or swing widgets in Eclipse running on
Linux platform somehow? For instance, I can create and open JFrame and
it works well on Windows platform. But on Linux platform Eclipse crashes
when I try to call jFrame.show().


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4cb4de4a
Function name=(N/A)
Library=/home/kz/Eclipse2.1/eclipse/jre/lib/i386/libawt.so

NOTE: We are unable to locate the function name symbol for the error
      just occurred. Please refer to release documentation for possible
      reason and solutions.



Current Java thread:
	at sun.awt.motif.MToolkit.loadSystemColors(Native Method)
	at java.awt.SystemColor.updateSystemColors(SystemColor.java:342)
	at java.awt.SystemColor.<clinit>(SystemColor.java:335)
	at sun.awt.motif.MComponentPeer.pSetBackground(Native Method)
	at sun.awt.motif.MPanelPeer.setBackground(MPanelPeer.java:72)
	at
sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:118)
	at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:175)
	at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:86)
	at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:53)
	at sun.awt.motif.MToolkit.createFrame(MToolkit.java:138)
	at java.awt.Frame.addNotify(Frame.java:353)
	at java.awt.Window.show(Window.java:387)
	...

Thanks in advance,
Konstantin.


Back to the top