- 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
推薦閱讀
- HTML5移動Web開發技術
- Practical Internet of Things Security
- 實用防銹油配方與制備200例
- Python網絡爬蟲從入門到實踐(第2版)
- 人臉識別原理及算法:動態人臉識別系統研究
- Silverlight魔幻銀燈
- Bootstrap 4:Responsive Web Design
- 零基礎學Python數據分析(升級版)
- 從零開始學Linux編程
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- ActionScript 3.0從入門到精通(視頻實戰版)
- Python函數式編程(第2版)
- IBM RUP參考與認證指南
- MySQL數據庫教程(視頻指導版)
- C語言解惑:指針、數組、函數和多文件編程