Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » eclipse perspective extension: run in eclipse platform(eclipse perspective extension: run in eclipse platform)
eclipse perspective extension: run in eclipse platform [message #499558] Mon, 23 November 2009 11:16 Go to next message
Harry  is currently offline Harry Friend
Messages: 1
Registered: November 2009
Junior Member
Hello,

I created a simple eclipse plug-in using PDE. It is nothing but just plain default extension of perspective
I gave just user defined relevant name to the perspective.

Now, I wanted to run and see if I can access this perspective under eclipse-platform's window tab -> open perspective list in eclipse-platform.

To do this, I exported this plug-in in JAR file and copied into eclipse-platform's dropin directory. But I am not able to see it.

Anyone can help me on this?

--
Best Regards,
-Harry
Re: eclipse perspective extension: run in eclipse platform [message #499619 is a reply to message #499558] Mon, 23 November 2009 14:46 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

1) you can "self-host" using Run>Run Configurations to launch and eclipse application that includes your plugin from your workspace

2) if you are trying to add it to a running eclipse, you need to either export it so it can be loaded by p2 or drop your .jar in the eclipse/dropins folder

PW


Re: eclipse perspective extension: run in eclipse platform [message #499678 is a reply to message #499619] Mon, 23 November 2009 16:35 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Paul Webster wrote:
> 1) you can "self-host" using Run>Run Configurations to launch and
> eclipse application that includes your plugin from your workspace
>
> 2) if you are trying to add it to a running eclipse, you need to
> either export it so it can be loaded by p2 or drop your .jar in the
> eclipse/dropins folder
And if you use an existing workspace you might also have to reset the
perspective(s) using Window > Reset Perspectives...

Dani
>
> PW
>
Previous Topic:New-Wizard shortcuts in Project Explorer missing
Next Topic:add toolbar to section
Goto Forum:
  


Current Time: Thu Apr 25 05:45:36 GMT 2024

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

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

Back to the top