Results 1 to 1 of 1
- 05-09-2007, 06:40 AM #1
An Introduction to Eclipse PDE - File Creation
Eclipse is a platform which is itself comprised of plugins.Eclipse itself is not only a Developement environment for Java pr C++ But also an IDE for plugins for itself or standalone plugins.
As stated above Eclipse can be used as a Plugin Development Environment (PDE) which is a set of tools that help the developers in developing, testing, debugging, building, and deploying Eclipse plugins.
The plugin Development Environment (PDE) has its Wizard template to create plugins. The plugin,to be created will associate Eclipse with the file extension “.myext”. The plugin’s wizard will enable the user to create files with this extension, and when the user double-clicks on those files, they’ll appear in the plugin’s editor.
(more…)
Similar Threads
-
How to run/build the JSP file using Eclipse
By cbklp in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 01-19-2008, 12:03 AM -
Initial SessionFactory creation failed
By escit in forum JDBCReplies: 1Last Post: 08-13-2007, 03:46 AM -
creation of new function
By an8086 in forum Advanced JavaReplies: 1Last Post: 07-16-2007, 02:20 PM -
creation of new folder in the mail
By an8086 in forum Advanced JavaReplies: 1Last Post: 07-15-2007, 05:10 PM -
Eclipse Help - Introduction
By JavaForums in forum EclipseReplies: 0Last Post: 04-26-2007, 08:16 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks