Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Gyrex/Learning Material/Setup Target Platform

< Gyrex‎ | Learning Material
Revision as of 08:37, 19 June 2012 by A.jimenez.ageto.de (Talk | contribs) (Fix a small error)

Gyrex
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File

This article lists necessary as well as recommended steps in setting up your development environment for developing Eclipse Gyrex based applications.

When developing Eclipse/OSGi based applications, Target Platforms are used to separate the running Eclipse (which is usually an IDE) from the target Eclipse system (eg., a server). Gyrex provides components that you can easily include in such a target platform.

Requirements
Gyrex requires a Java 6 runtime environment. We recommend setting up a Java 6 Development Kit in Eclipse which also includes the class library sourced for easier debugging.

Notes
This tutorial was created using Eclipse 3.6. We'll try to keep it up to date with upcoming Eclipse releases. If you find any issue or have trouble following the steps please get in touch with us on forums or newsgroup. Of course, you can correct any issues in the wiki right here.

Screencast
For your convenience we created a screencast which demonstrates the necessary steps.

PLEASE NOTE: The repository URL in the screencast is not correct anymore, please use http://download.eclipse.org/gyrex/1.0/ instead of http://download.eclipse.org/gyrex/milestones/

Gyrex Screencast - Setup your Target Platform

Back to the top