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"

Line 2: Line 2:
  
 
This article lists necessary as well as recommended steps in setting up your development environment for developing Eclipse Gyrex based applications.
 
This article lists necessary as well as recommended steps in setting up your development environment for developing Eclipse Gyrex based applications.
 
''This tutorial was creating 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.''
 
  
 
When developing Eclipse/OSGi based applications, [http://help.eclipse.org/galileo/topic/org.eclipse.pde.doc.user/guide/tools/preference_pages/target_platform.htm 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.
 
When developing Eclipse/OSGi based applications, [http://help.eclipse.org/galileo/topic/org.eclipse.pde.doc.user/guide/tools/preference_pages/target_platform.htm 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.
Line 9: Line 7:
 
== Requirements ==
 
== Requirements ==
 
Gyrex requires a Java 6 runtime environment. We recommend [http://help.eclipse.org/galileo/topic/org.eclipse.jdt.doc.user/tasks/tasks-JREs.htm setting up a Java 6 Development Kit in Eclipse] which also includes the class library sourced for easier debugging.
 
Gyrex requires a Java 6 runtime environment. We recommend [http://help.eclipse.org/galileo/topic/org.eclipse.jdt.doc.user/tasks/tasks-JREs.htm setting up a Java 6 Development Kit in Eclipse] which also includes the class library sourced for easier debugging.
 +
 +
== Notes ==
 +
''This tutorial was creating 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.''

Revision as of 07:47, 7 June 2010

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 creating 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.

Back to the top