Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » WindowBuilder unable to parse View.java from new RCP project
WindowBuilder unable to parse View.java from new RCP project [message #718402] Wed, 24 August 2011 08:30 Go to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

I created a new Eclipse RCP project (based on the with a View template). If I open the new View in the Design tab I receive the following error:

org.eclipse.wb.internal.core.utils.exception.DesignerException: 103 (Unknown GUI toolkit). test.View
at org.eclipse.wb.internal.core.parser.JavaInfoParser.prepareParseContext(JavaInfoParser.java:1198)


I avoid the full Stacktrace, if you need it please let me know.

Any advice what could be causing this? Im using Eclipse 3.7.

Best regards, Lars

[Updated on: Wed, 24 August 2011 08:34]

Report message to a moderator

Re: WindowBuilder unable to parse View.java from new RCP project [message #718571 is a reply to message #718402] Wed, 24 August 2011 17:20 Go to previous messageGo to next message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
I tried this and it worked just fine. Based on the error, there are two possible causes that come to mind:

1) The project is not configure properly and has a classpath issue of some sort, or

2) WindowBuilder is not configured to edit SWT/RCP files (e.g., no SWT Designer installed).
Re: WindowBuilder unable to parse View.java from new RCP project [message #718727 is a reply to message #718571] Thu, 25 August 2011 07:49 Go to previous messageGo to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

Thanks Eric for the reply, I used the Indigo update site and only installed all package s with "WindowBuilder". After installing SWT Designer everything works again.

Thanks again.
Re: WindowBuilder unable to parse View.java from new RCP project [message #718818 is a reply to message #718727] Thu, 25 August 2011 12:35 Go to previous messageGo to next message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
Good. Everything labelled "WindowBuilder" is the core engine, so you need support for at least one UI toolkit (Swing, SWT, etc.) in order to do anything useful.
Re: WindowBuilder unable to parse View.java from new RCP project [message #719039 is a reply to message #718818] Thu, 25 August 2011 21:31 Go to previous message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

Thanks again Eric, sorry again for my mistake.
Previous Topic:WindowBuilder AssertionFailedException in Eclipse4.2M
Next Topic:Importing a custom JPanel component into the Design of another class.
Goto Forum:
  


Current Time: Fri Apr 19 09:48:24 GMT 2024

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

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

Back to the top