Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » FormToolkit unresolved at runtime
FormToolkit unresolved at runtime [message #454441] Tue, 29 August 2006 22:44 Go to next message
Eclipse UserFriend
Originally posted by: djheath1963.yahoo.com

Hello,

I've *just* starting working through some of the examples in the
tutorials (brand new to RCP) so your forebearance is requested :)

I'm using FormToolkit to create a FormView and have added
org.eclipse.us.forms to the platform target (changed from SDK to RCP),
but when I attempt to run the app I get the following error:

Missing required bundle org.eclipse.ui.forms_0.0.0.

Anyone know what I'm doing wrong? Session data as follows:

eclipse.buildId=unknown
java.version=1.5.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product test1.product
Command-line arguments: -product test1.product -data
/home/dana/workspace/../runtime-EclipseApplication -dev
file:/home/dana/workspace/.metadata/.plugins/org.eclipse.pde .core/Eclipse
Application/dev.properties -os linux -ws gtk -arch x86

Thanks!
Re: FormToolkit unresolved at runtime [message #454510 is a reply to message #454441] Wed, 30 August 2006 07:04 Go to previous messageGo to next message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
Dana Heath wrote:
> Hello,
>
> I've *just* starting working through some of the examples in the
> tutorials (brand new to RCP) so your forebearance is requested :)
>
> I'm using FormToolkit to create a FormView and have added
> org.eclipse.us.forms to the platform target (changed from SDK to RCP),
> but when I attempt to run the app I get the following error:
>
> Missing required bundle org.eclipse.ui.forms_0.0.0.
>
> Anyone know what I'm doing wrong? Session data as follows:
>
> eclipse.buildId=unknown
> java.version=1.5.0_07
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Framework arguments: -product test1.product
> Command-line arguments: -product test1.product -data
> /home/dana/workspace/../runtime-EclipseApplication -dev
> file:/home/dana/workspace/.metadata/.plugins/org.eclipse.pde .core/Eclipse
> Application/dev.properties -os linux -ws gtk -arch x86

Does that error occur, if you start the program via the run launcher
or only in case of your exported RCP?

If the first option applies you should open the launch configuration via
Run>Run... choose the tab "Plug-ins" and verify that
org.eclipse.ui.forms is selected (Generally: The button "Add Required
Plug-ins" is your friend)

If the second option applies you should ensure whether
org.eclipse.ui.forms does exist in the exported product.

Greetings from Bremen,

Daniel Krügler
Re: FormToolkit unresolved at runtime [message #454524 is a reply to message #454510] Wed, 30 August 2006 15:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: djheath1963.yahoo.com

I have yet to export the RCP, so it is via the launcher. Note that the
problem is that it's looking for org.eclipse.ui.forms_0.0.0, not the
packaged _v3.2.0.20060602 jar.

Interestingly enough, this happens only on linux (my main development
workstation) but not on Windows. hmmm.

> Dana Heath wrote:
>> Hello,
>>
>> I've *just* starting working through some of the examples in the
>> tutorials (brand new to RCP) so your forebearance is requested :)
>>
>> I'm using FormToolkit to create a FormView and have added
>> org.eclipse.us.forms to the platform target (changed from SDK to RCP),
>> but when I attempt to run the app I get the following error:
>>
>> Missing required bundle org.eclipse.ui.forms_0.0.0.
>>
>> Anyone know what I'm doing wrong? Session data as follows:
>>
>> eclipse.buildId=unknown
>> java.version=1.5.0_07
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
>> Framework arguments: -product test1.product
>> Command-line arguments: -product test1.product -data
>> /home/dana/workspace/../runtime-EclipseApplication -dev
>> file:/home/dana/workspace/.metadata/.plugins/org.eclipse.pde .core/Eclipse
>> Application/dev.properties -os linux -ws gtk -arch x86
>
> Does that error occur, if you start the program via the run launcher
> or only in case of your exported RCP?
>
> If the first option applies you should open the launch configuration via
> Run>Run... choose the tab "Plug-ins" and verify that
> org.eclipse.ui.forms is selected (Generally: The button "Add Required
> Plug-ins" is your friend)
>
> If the second option applies you should ensure whether
> org.eclipse.ui.forms does exist in the exported product.
>
> Greetings from Bremen,
>
> Daniel Krügler
>
Re: FormToolkit unresolved at runtime [message #454525 is a reply to message #454441] Wed, 30 August 2006 15:15 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Dana Heath wrote:
> Hello,
>
> I've *just* starting working through some of the examples in the
> tutorials (brand new to RCP) so your forebearance is requested :)
>
> I'm using FormToolkit to create a FormView and have added
> org.eclipse.us.forms to the platform target (changed from SDK to RCP),
> but when I attempt to run the app I get the following error:
>
> Missing required bundle org.eclipse.ui.forms_0.0.0.
>
>

Any time it says _0.0.0 it means it cannot find the plugin at all.

1) go to your Run>Run... launch configuration, and make sure that the
Plug-ins tab includes org.eclipse.ui.forms in its list of plugins.

2) AFAIK, org.eclipse.ui.forms is not part of RCP but is part of the
IDE. You can still develop an RCP app with it, but would probably have
to use the SDK target or possibly update the RCP part with the extra
plugins that you need.

Later,
PW


Previous Topic:Several targets for several rcp
Next Topic:How to change order of views or editors
Goto Forum:
  


Current Time: Thu Apr 25 09:16:22 GMT 2024

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

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

Back to the top