- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 83字
- 2021-07-14 10:36:19
Chapter 1. Creating Your First Plug-in
Eclipse – an IDE for everything and nothing in particular.
Eclipse is a highly modular application consisting of hundreds of plug-ins, and can be extended by installing additional plug-ins. Plug-ins are developed and debugged with the Plug-in Development Environment (PDE).
In this chapter we will:
- Set up an Eclipse environment for doing plug-in development
- Create a plug-in with the new plug-in wizard
- Launch a new Eclipse instance with the plug-in enabled
- Debug the Eclipse plug-in
推薦閱讀
- 黑客攻防從入門到精通(實戰(zhàn)秘笈版)
- C++程序設(shè)計教程
- Rust編程:入門、實戰(zhàn)與進階
- PHP程序設(shè)計(慕課版)
- Python程序設(shè)計(第3版)
- FreeSWITCH 1.6 Cookbook
- MATLAB定量決策五大類問題
- Android 應(yīng)用案例開發(fā)大全(第3版)
- 零基礎(chǔ)學(xué)Kotlin之Android項目開發(fā)實戰(zhàn)
- Java SE實踐教程
- Java EE Web應(yīng)用開發(fā)基礎(chǔ)
- 現(xiàn)代C++語言核心特性解析
- C語言程序設(shè)計
- WCF編程(第2版)
- 深入理解MySQL主從原理