alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8" ?> 
<welcomePage 
 title="Eclipse Plug-in Development Environment (PDE)"
 format="wrap">
 <intro>This page will help familiarize you with the Eclipse Plug-in Development Environment.
To get started, read the sections below and click on the related links. </intro>

 <item>The Plug-in Development Perspective 
To do plug-in development open to the Plug-in Development Perspective by selecting
<action pluginId="org.eclipse.pde.ui"  class="org.eclipse.pde.internal.ui.OpenPDEPerspectiveAction">Window > Open Perspective > Plug-in Development. 

 <item>Create New Plug-ins 
To start create a <action pluginId="org.eclipse.pde.ui"  class="org.eclipse.pde.internal.ui.wizards.plugin.OpenProjectWizardAction">plug-in project.  Choose one of the available templates to create
initial content and let the wizard open the plug-in manifest file. Read the 'Welcome' page
and familiarize yourself with things you can do with the newly created plug-in.</item>

<item>Learn more 
To learn more you can browse the <topic id="/org.eclipse.pde.doc.user/toc.xml">Plug-in Development User Guide.

</welcomePage>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.