Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » mars installer / oomph & needed PDE(mars installer / oomph & needed PDE)
mars installer / oomph & needed PDE [message #1725649] Sat, 05 March 2016 19:24 Go to next message
Vjekoslav Balas is currently offline Vjekoslav BalasFriend
Messages: 5
Registered: March 2016
Junior Member
I'm a complete newbie. I Installed the mars "Eclipse IDE for Java developers" using
the installer/oomph. I'm running through the tutorials and in the second part of
the tutorial "Create a Hello World SWT application" it is required to have the
Plugin Development Environment (PDE) installed but it's not in my installation.

On the PDE webpage, it says:
"Usually you get PDE when downloading Eclipse IDE for Eclipse Committers
package from https://www.eclipse.org/downloads/ or Eclipse SDK package from
Eclipse project, but you also can add PDE into your existing Eclipse instance. - See
more at: https://marketplace.eclipse.org/content/eclipse-pde-plug-development-environment#sthash.gADIU1V9.dpuf"

Can I use oomph to get the PDE and put it in the bundle / how (I presume it
belongs there Wink ) ?
Re: mars installer / oomph & needed PDE [message #1725667 is a reply to message #1725649] Sun, 06 March 2016 11:23 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Vjekoslav,

With Oomph you can easily add PDE tothe current Eclipse IDE. In the main menu select Navigate -> Open Setup ->
Installation. In the editor that opens, select the "Installation" root node. Then copy the following XML snippet and
paste it into the editor:

<?xml version="1.0" encoding="UTF-8"?>
<setup.p2:P2Task
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
label="PDE">
<requirement
name="org.eclipse.pde.feature.group"/>
</setup.p2:P2Task>

Finally select Help -> Perform Setup Tasks...

If instead you want PDE in all your Eclipse IDEs, paste the snippet into the editor that opens for Navigate -> Open
Setup -> User.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 06.03.2016 um 02:24 schrieb Vjekoslav Balas:
> I'm a complete newbie. I Installed the mars "Eclipse IDE for Java developers" using
> the installer/oomph. I'm running through the tutorials and in the second part of
> the tutorial "Create a Hello World SWT application" it is required to have the Plugin Development Environment (PDE)
> installed but it's not in my installation.
> On the PDE webpage, it says:
> "Usually you get PDE when downloading Eclipse IDE for Eclipse Committers package from
> https://www.eclipse.org/downloads/ or Eclipse SDK package from
> Eclipse project, but you also can add PDE into your existing Eclipse instance. - See
> more at: https://marketplace.eclipse.org/content/eclipse-pde-plug-development-environment#sthash.gADIU1V9.dpuf"
>
> Can I use oomph to get the PDE and put it in the bundle / how (I presume it belongs there ;) ) ?


Re: mars installer / oomph &amp; needed PDE [message #1725907 is a reply to message #1725667] Tue, 08 March 2016 13:09 Go to previous messageGo to next message
Vjekoslav Balas is currently offline Vjekoslav BalasFriend
Messages: 5
Registered: March 2016
Junior Member
Hi Eike, it worked - much appreciated !
Two more questions:
(a)Could you recommend some documentation or tutorial which would
describe how to do this myself ? Usual problem of a newbie is that a lot of
the documentation assumes you "know how to fly the plane" and not that
you are learning to fly it Smile
(b)I don't see the whole picture yet , so here's a strange question - what is the
difference between what I did using the steps you described and
File->Import->Oomph->projects into workspace-> PDE ?
Re: mars installer / oomph &amp;amp; needed PDE [message #1726345 is a reply to message #1725907] Fri, 11 March 2016 15:16 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Comments below.

On 08.03.2016 14:09, Vjekoslav Balas wrote:
> Hi Eike, it worked - much appreciated !
> Two more questions:
> (a)Could you recommend some documentation or tutorial which would
> describe how to do this myself ? Usual problem of a newbie is that a
> lot of
> the documentation assumes you "know how to fly the plane" and not that
> you are learning to fly it :)
There's really not so much documentation.

https://wiki.eclipse.org/Eclipse_Oomph_Authoring
> (b)I don't see the whole picture yet , so here's a strange question -
> what is the difference between what I did using the steps you
> described and
> File->Import->Oomph->projects into workspace-> PDE ?
This imports the PDE project's source code into the workspace. It
doesn't install PDE into the IDE. Well, as a side-effect it will do
that too, but the point of a project import is generally to populate the
workspace with projects and to install any tools needed to work with
those projects.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: mars installer / oomph &amp;amp; needed PDE [message #1726387 is a reply to message #1726345] Sat, 12 March 2016 07:29 Go to previous message
Vjekoslav Balas is currently offline Vjekoslav BalasFriend
Messages: 5
Registered: March 2016
Junior Member
OK, thanks !
Previous Topic:Java error
Next Topic:JAR files cannot be loaded
Goto Forum:
  


Current Time: Thu Apr 25 13:26:07 GMT 2024

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

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

Back to the top