Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » crash using SWT_AWT with JDK 1.4
crash using SWT_AWT with JDK 1.4 [message #464881] Fri, 16 March 2007 20:42
Eclipse UserFriend
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
Previous Topic:deprecated key binding
Next Topic:save window state on server
Goto Forum:
  


Current Time: Wed Sep 11 19:58:25 GMT 2024

Powered by FUDForum. Page generated in 0.02815 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top