Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » FormToolkit classdef problems
FormToolkit classdef problems [message #52918] Thu, 18 October 2007 06:55 Go to next message
Eclipse UserFriend
Originally posted by: tbr.recommind.com

Hi,

i got problems instantiating the FormToolkit. This exception occurs :

java.lang.NoClassDefFoundError: org/eclipse/ui/forms/widgets/FormToolkit

caused by this line:

FormToolkit toolkit = new FormToolkit(parent.getDisplay());

The FormToolkit is from package :

import org.eclipse.ui.forms.widgets.FormToolkit;

Any suggestions ?

Greets and Thanks

Tim
Re: FormToolkit classdef problems [message #53171 is a reply to message #52918] Thu, 18 October 2007 08:26 Go to previous message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

as a first step please type ss into your console to see whether the form
bundle has been activated. Did you use the tooling installation or the
target download to setup RAP?


Ciao
Frank


"Tim Begander" <tbr@recommind.com> schrieb im Newsbeitrag
news:70e225efaf8cda1e92657a1255f3e0d2$1@www.eclipse.org...
> Hi,
>
> i got problems instantiating the FormToolkit. This exception occurs :
>
> java.lang.NoClassDefFoundError: org/eclipse/ui/forms/widgets/FormToolkit
>
> caused by this line:
>
> FormToolkit toolkit = new FormToolkit(parent.getDisplay());
>
> The FormToolkit is from package :
>
> import org.eclipse.ui.forms.widgets.FormToolkit;
>
> Any suggestions ?
>
> Greets and Thanks
>
> Tim
>
>
>
Previous Topic:Flat Look Widgets
Next Topic:Dialog problems
Goto Forum:
  


Current Time: Thu Jan 02 23:46:38 GMT 2025

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

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

Back to the top