Eclipse plug-in development instance

original
2014/07/21 21:48
Reading 2.5K
The easiest way to create a plug-in is to use Plug in Development Environment (PDE). PDE and Java Development Tooling (JDT) IDE are standard extensions of Eclipse. Take Google Translate as an example
 
1.new->project...


2. Project name: GoogleTranslate


3. Project Properties


4. Select Templates as "Hello World"


5. Open MANIFEST MF has so many labels


6. When relying on a third-party jar, switch to the runtime tag to classpath ->add

7. Package the top right corner of the runtime label


Instance source code svn address:   http://code.taobao.org/svn/googletranslate/trunk/GoogleTranslate



Expand to read the full text
Loading
Click to join the discussion 🔥 (1) Post and join the discussion 🔥
Reward
one comment
nine Collection
zero fabulous
 Back to top
Top