Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » WindowBuilder SWT editor exception in Juno M7 (not happen in M6)
WindowBuilder SWT editor exception in Juno M7 (not happen in M6) [message #870506] Tue, 08 May 2012 13:31 Go to next message
Cristiano Gavião is currently offline Cristiano GaviãoFriend
Messages: 279
Registered: July 2009
Senior Member
Hi,

I've downloaded the Eclipse Juno M7 today and have installed the WindowBuilder from this link.

I've opened the same workspace that I was working sucessfully with WindowBuilder in Juno M6.
But when I've opened one Composite I got this exception:
!ENTRY org.eclipse.wb.core 4 4
!MESSAGE Designer [1.3.0.r42x201204301201.201205081023]: Version 4.2 is not present in [3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8]


I'm attaching the generated report error.

regards,

Cristiano
Re: WindowBuilder SWT editor exception in Juno M7 (not happen in M6) [message #870518 is a reply to message #870506] Tue, 08 May 2012 14:06 Go to previous messageGo to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=378593
Re: WindowBuilder SWT editor exception in Juno M7 (not happen in M6) [message #871316 is a reply to message #870506] Fri, 11 May 2012 21:44 Go to previous messageGo to next message
Martin Backschat is currently offline Martin BackschatFriend
Messages: 2
Registered: May 2012
Junior Member
Until the fix is available on the update site, you can make a fix yourself, like I did:

1. Install WB 4.2 plugins
2. Locate org.eclipse.wb.rcp_1.3.0.r42x201204301346.jar
3. Extract and open RcpDescriptionVersionsProviderFactory.class in a hex editor
4. You'll see the strings "3.2", "3.3" at Offset 0x47. Replace the "3.2" by "4.2".
5. Save the class file and re-create the JAR-File

For your convenience, I've attached my modified org.eclipse.wb.rcp_1.3.0.r42x201204301346.jar.
Thus, you can skip steps 2-5.

Have fun,
Martin Backschat
Re: WindowBuilder SWT editor exception in Juno M7 (not happen in M6) [message #871376 is a reply to message #871316] Sat, 12 May 2012 19:05 Go to previous message
Cristiano Gavião is currently offline Cristiano GaviãoFriend
Messages: 279
Registered: July 2009
Senior Member
hi Martin,
It works with your suggestions, thanks.
Previous Topic:Same code, but designer doesn't work
Next Topic:dropdown for table column
Goto Forum:
  


Current Time: Fri Apr 19 11:04:05 GMT 2024

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

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

Back to the top