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

Difference between revisions of "Gyrex/Learning Material/Setup Target Platform"

(modified URL)
m (Notes)
Line 9: Line 9:
  
 
=== Notes===
 
=== 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.''
+
''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 [http://www.eclipse.org/forums/eclipse.gyrex forums] or newsgroup. Of course, you can correct any issues in the wiki right here.''
  
 
=== Screencast ===
 
=== Screencast ===

Revision as of 02:34, 1 August 2012

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.

Software Site URL

The URL in the screencast points to the latest stable development builds. We recommend using the latest official release instead. The "milestones" URL may not always work. The latest release URLs can always be discovered from our download page. At the time of writing it's http://download.eclipse.org/gyrex/1.1/

Gyrex Screencast - Setup your Target Platform

Back to the top