With Eclipse RCP, you're operating in a plugin (OSGi-type) environment,
so you'll probably need to configure something in the manifest or one of
the plugin declaration files.

There should be a tutorial somewhere about integrating third-party jars.

-- Noel.

Manoj Kumar S wrote:
> Thanks for the reply.  I do have all the jars in the build path
> already.  Still it never works.
>
> Thanks,
> -Manoj.
>
>
>
>
> On Thu, Oct 8, 2009 at 7:44 PM, Greg Brown <[email protected]
> <mailto:[email protected]>> wrote:
>
>     Sounds like you need to make sure the Pivot JARs are on your classpath.
>
>     However, you are somewhat in uncharted waters. Pivot is based on AWT and 
> Java2D, whereas Eclipse uses SWT. You may need to use the AWT/SWT bridge to 
> accomplish what you are trying to do. This is not something we have tested, 
> so you may run into issues that we are not aware of and may not be able to 
> resolve. 
>
>     But please let us know how it goes. Others may be able to share some 
> experience that may help, and we will try to be of assistance if we can.
>
>     Greg
>
>      
>     On Thursday, October 08, 2009, at 02:50AM, "Manoj Kumar S" 
> <[email protected] <mailto:[email protected]>> wrote:
>     >
>
>     Hi,
>
>     Was trying to use pivot in an Eclipse RCP application.  When I try
>     to instantiate any object (like Label) within a view, i get a run
>     time exception of NoClassDefenition found.
>
>     Any one has tried this before?  Any examples?
>
>     Appreciate your help.
>
>     Thanks,
>     -Manoj.
>
>

Reply via email to