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

Rich Client Platform/Browser Example

< Rich Client Platform
Revision as of 18:08, 9 December 2005 by Nick (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The RCP Browser Example is an example of a simple Rich Client Platform application.

Here is a screen shot.

To load the browser example source into your workspace, load project org.eclipse.ui.examples.rcp.browser from the Eclipse CVS repository. Click here for instructions on using CVS with Eclipse.

For instructions on running the example, see the readme file.

To run the example in binary form:

  • Download the 3.1.1 RCP Runtime build from the <a href="http://eclipse.org/downloads/index.php">Downloads</a> page, and extract it to a folder such as c:\browser-example.
  • Download the browser plug-in zip and extract it to the eclipse/plugins subfolder.
  • Replace the eclipse/configuration/config.ini file with the appropriate config file from the browser plugin. For example, on Windows, copy eclipse/plugins/org.eclipse.ui.examples.rcp.browser_3.1.0/config_win32.ini to eclipse/configuration/config.ini .
  • Run: eclipse.exe.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.