Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Restarting Eclipse
Restarting Eclipse [message #21896] Mon, 15 September 2008 09:50 Go to next message
Fabian Schmidt is currently offline Fabian SchmidtFriend
Messages: 6
Registered: July 2009
Junior Member
Hi,

i created a plugin for importing and exporting workspace settings. In
order to applz changes after importing I have to restart Eclipse.

I actually wanted to use the dialog which appear after updating or
installing software.

UpdateUI.requestRestart(true);

Unfortunatly I get a discouraged access warning. And in eclipse 3.4 it
doesn't work at all,

So does anybody know how to access this functionality?

cheers
Fabian Schmidt
Re: Restarting Eclipse [message #21941 is a reply to message #21896] Mon, 15 September 2008 10:35 Go to previous message
Fabian Schmidt is currently offline Fabian SchmidtFriend
Messages: 6
Registered: July 2009
Junior Member
Fabian Schmidt schrieb:
> Hi,
>
> i created a plugin for importing and exporting workspace settings. In
> order to applz changes after importing I have to restart Eclipse.
>
> I actually wanted to use the dialog which appear after updating or
> installing software.
>
> UpdateUI.requestRestart(true);
>
> Unfortunatly I get a discouraged access warning. And in eclipse 3.4 it
> doesn't work at all,
>
> So does anybody know how to access this functionality?
>
> cheers
> Fabian Schmidt

Okay,

I finally solved my Problem with rewriting the requestRestart method
from this class...

cheers
Re: Restarting Eclipse [message #580326 is a reply to message #21896] Mon, 15 September 2008 10:35 Go to previous message
Fabian Schmidt is currently offline Fabian SchmidtFriend
Messages: 6
Registered: July 2009
Junior Member
Fabian Schmidt schrieb:
> Hi,
>
> i created a plugin for importing and exporting workspace settings. In
> order to applz changes after importing I have to restart Eclipse.
>
> I actually wanted to use the dialog which appear after updating or
> installing software.
>
> UpdateUI.requestRestart(true);
>
> Unfortunatly I get a discouraged access warning. And in eclipse 3.4 it
> doesn't work at all,
>
> So does anybody know how to access this functionality?
>
> cheers
> Fabian Schmidt

Okay,

I finally solved my Problem with rewriting the requestRestart method
from this class...

cheers
Previous Topic:Restarting Eclipse
Next Topic:PrefernceTransfer
Goto Forum:
  


Current Time: Wed Sep 04 19:15:56 GMT 2024

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

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

Back to the top