Install Eclipse & Dragonfly SDKs
From BUG Wiki
Contents |
THE INSTRUCTIONS ON THIS PAGE ARE DEPRECATED
Please find up to date instructions on the SDK Install Guide.
Overview
The applications listed on BUGnet require that you have the Dragonfly SDK installed on your system. Dragonfly is a plugin for Eclipse that allows you to easily install, edit, and deploy applications for BUG. The instructions below describe how to get your development environment installed on your system. If you have trouble installing eclipse and would like some help, please visit us in our IRC channel.
Install Dragonfly prebundled with Eclipse
You may now install eclipse and Dragonfly in the one step by downloading a zip archive from http://buglabs.net/sdk. Choose the Full Download according to your operating system. Unzip the file to the location of your choice, navigate to the eclipse directory and run it. If you do not have java installed, you will still need to follow the steps below describing how to #Install Java
Install Eclipse Classic
From the Eclipse Website:
Eclipse Classic is the most recent release from the Eclipse top-level project (it is what has traditionally been the main download on this site). It contains what you need to build applications based on Eclipse technology, including integrated development environments (IDE), and rich client applications using the Eclipse Rich Client Platform (RCP). The Eclipse Classic provides superior Java editing with incremental compilation, the Plug-in Development Environment (PDE), complete source code for the Eclipse Platform, and much more.
The BUG SDK requires Eclipse Classic version 3.3
The latest version of Eclipse Classic is 3.3.2 and can be downloaded here.
To install Eclipse:
- Download the Eclipse Europa 3.3 Package (.zip, .gz) from the Download page to your desktop.
⇒ Note : You will need a copy of the archive file on each environment you are running (e.g., XP, Vista, Linux). - Extract the Eclipse archive file to your computer.
⇒ Note : Windows Vista will create the new project folder at Computer/Local Disk/Users/UsersName
For help on using Eclipse Classic, consult Eclipse Classic Help here.
Install Java
The BUG SDK requires Java version 1.5 or later.
To install Java:
- Download and install Java 1.5 http://java.sun.com/javase/downloads/index_jdk5.jsp.
Install Dragonfly, the BUG SDK
These steps are for first-time Eclipse & Dragonfly installations only.
A. Install Graphical Editing Framework 3.3.0.
- Launch Eclipse.
- Go to File > Switch Workspace > Other ...
- In the Workspace Launcher, create a workspace similar to this: \Users\UsersName\Desktop\BUG\Workspace
- Go to Help > Software Updates > Find and Install
- In the Install/Update step, select Search for new features to install, then click Next.
- In the Install step, select Europa Discovery Site, then click Finish.
- In the Update Site Mirrors pop-up, select a download site, or mark the Automatically select mirrors checkbox.
- Click OK.
- In the new Updates window, make sure the "Filter features included in other features on the list" is unchecked.
- Click the arrow to open the Europa Discovery Site node.
- Click the arrow to open the Graphical Editors and Frameworks node.
- Mark the checkbox for Graphical Editing Framework 3.3.0—not the "SDK" version.
- Click Next.
- Below the Feature License, select I accept the terms in the license agreement, then click Next.
- Click Finish.
B. Install the BUG SDK:
- In Eclipse, go to Help > Software Updates > Find and Install.
- In the Install/Update step, select Search for new features to install, then click Next.
- In the Install step, click New Remote Site.
- In the Name form field, type: BUG SDK
- In the URL form field, type: http://www.buglabs.net/sdk/production/current/updatesite/
- Click OK.
- In the Install/Update step, select BUG SDK.
- Select Finish.
- Select the checkbox next to BUG SDK
- Select Next
- Select the radio button I accept the terms in the license agreement
- Select Next
- Select Finish
- At the prompt, select Install All
- Select Yes to restart Eclipse
C. Change your Perspective to Dragonfly:
- In Eclipse, go to Window > Open Perspective > Other ...
- In the Open Perspective window, click on Dragonfly to select it.
- Click OK.
