- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 201字
- 2021-07-14 10:36:20
Getting started
Developing plug-ins requires an Eclipse development environment. This book has been developed and tested on Eclipse Mars 4.5 and Eclipse Neon 4.6, which was released in June 2016. Use the most recent version available.
Eclipse plug-ins are generally written in Java. Although it's possible to use other JVM-based languages (such as Groovy or Scala), this book will use the Java language.
There are several different packages of Eclipse available from the downloads page, each of which contains a different combination of plug-ins. This book has been tested with:
- Eclipse SDK from http://download.eclipse.org/eclipse/downloads/
- Eclipse IDE for Eclipse Committers from http://www.eclipse.org/downloads/
These contain the necessary Plug-in Development Environment (PDE) feature as well as source code, help documentation, and other useful features. The RCP and RAP package should not be used as it will cause problems with exercises in Chapter 7, Understanding the Eclipse 4 Model and RCP Applications.
It is also possible to install the Eclipse PDE feature in an existing Eclipse instance. To do this, go to the Help menu and select Install New Software, followed by choosing the General Purpose Tools category from the selected update site. The Eclipse PDE feature contains everything needed to create a new plug-in.
- Practical Data Analysis Cookbook
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- Python for Secret Agents:Volume II
- Java面向對象軟件開發
- Full-Stack Vue.js 2 and Laravel 5
- 青少年學Python(第1冊)
- Python算法詳解
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- 深入實踐DDD:以DSL驅動復雜軟件開發
- 多媒體技術及應用
- Python一行流:像專家一樣寫代碼
- Python網絡爬蟲實例教程(視頻講解版)
- UML基礎與Rose建模實用教程(第三版)
- Flask開發Web搜索引擎入門與實戰
- 大話代碼架構:項目實戰版