Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Itro in eclipse 3.2 rc1
Itro in eclipse 3.2 rc1 [message #448143] Tue, 18 April 2006 23:38 Go to next message
Eclipse UserFriend
Hi
When I try to use ActionFatctory to create my intro my rcp stop lounch when
I use debug it shows : terminated, exit value=0
introAction = ActionFactory.INTRO.create(window);

register(introAction);

I put org.eclipse.ui.intro_3.2.0.v20060412.jar in my target

Any Idea?
Re: Itro in eclipse 3.2 rc1 [message #448233 is a reply to message #448143] Wed, 19 April 2006 11:45 Go to previous messageGo to next message
Eclipse UserFriend
Mauro wrote:
> Hi
> When I try to use ActionFatctory to create my intro my rcp stop lounch when
> I use debug it shows : terminated, exit value=0
> introAction = ActionFactory.INTRO.create(window);
>
> register(introAction);
>
> I put org.eclipse.ui.intro_3.2.0.v20060412.jar in my target
>
> Any Idea?
>
>
>
>

Have you got org.eclipse.ui.intro declared also in your plugin.xml file?
You need something like:

<extension
point="org.eclipse.ui.intro">
<intro
class="yourpackage.MyIntroPart"
id="yourpackage.intro"/>
<introProductBinding
introId="yourpackage.intro"
productId="yourpackage.product"/>
</extension>

PB
Re: Itro in eclipse 3.2 rc1 [message #448276 is a reply to message #448233] Thu, 20 April 2006 07:11 Go to previous message
Eclipse UserFriend
Thanks, its working now!

"Phillip Beauvoir" <p.beauvoir@bolton.ac.uk> wrote in message
news:e25lu3$hos$1@utils.eclipse.org...
> Mauro wrote:
> > Hi
> > When I try to use ActionFatctory to create my intro my rcp stop lounch
when
> > I use debug it shows : terminated, exit value=0
> > introAction = ActionFactory.INTRO.create(window);
> >
> > register(introAction);
> >
> > I put org.eclipse.ui.intro_3.2.0.v20060412.jar in my target
> >
> > Any Idea?
> >
> >
> >
> >
>
> Have you got org.eclipse.ui.intro declared also in your plugin.xml file?
> You need something like:
>
> <extension
> point="org.eclipse.ui.intro">
> <intro
> class="yourpackage.MyIntroPart"
> id="yourpackage.intro"/>
> <introProductBinding
> introId="yourpackage.intro"
> productId="yourpackage.product"/>
> </extension>
>
> PB
>
Previous Topic:En-/disabling action based on active editor
Next Topic:application not found when trying to open an external browser
Goto Forum:
  


Current Time: Wed Jul 02 07:49:24 EDT 2025

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

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

Back to the top