crash using SWT_AWT with JDK 1.4 [message #464881] |
Fri, 16 March 2007 16:42 |
Eclipse User |
|
|
|
Originally posted by: ramapra.gmail.com
I have some source code that uses Java Swing and use that as part of an
eclipse plug in ( View based ). I use the SWT_AWT class and the usage is
as follows
Frame frm = SWT_AWT.new_Panel(composite)
and this crashes using JDK 1.4
When i step inside the constructor / method ( new_Panel) , i found this
SWT.error(SWT.ERROR_NOT_IMPLEMENTED , e, " [Need JDK 1.5 or greater])"
Now this works fine with JDK 1.5
Now I have a requirement where i need to use Java Swing within an SWT
component . Are there any known workarounds for this purpose
Help is appreciated
|
|
|
Powered by
FUDForum. Page generated in 0.02549 seconds