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 "Rich Client Platform/Browser Example"

 
m (CVS URL was broken)
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{RCP}}
 
The RCP Browser Example is an example of a simple [[Rich Client Platform]] application.
 
The RCP Browser Example is an example of a simple [[Rich Client Platform]] application.
  
 
Here is a [http://eclipse.org/rcp/examples/browser/browser.jpg screen shot].
 
Here is a [http://eclipse.org/rcp/examples/browser/browser.jpg screen shot].
  
To load the browser example source into your workspace, load project [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ui.examples.rcp.browser org.eclipse.ui.examples.rcp.browser] from the Eclipse CVS repository.
+
To load the browser example source into your workspace, load project [http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.ui.examples.rcp.browser/ org.eclipse.ui.examples.rcp.browser] from the Eclipse CVS repository.
 
Click [http://dev.eclipse.org/cvshowto.html here] for instructions on using CVS with Eclipse.
 
Click [http://dev.eclipse.org/cvshowto.html here] for instructions on using CVS with Eclipse.
  
 
For instructions on running the example, see the [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ui.examples.rcp.browser/readme.html readme file].
 
For instructions on running the example, see the [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ui.examples.rcp.browser/readme.html readme file].
 
+
[[Category:RCP]]
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 [http://eclipse.org/rcp/examples/browser/org.eclipse.ui.examples.rcp.browser_3.1.0.zip 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: <code>eclipse.exe</code>.
+

Revision as of 02:34, 28 March 2012

RCP
Home
How to Contribute
FAQ

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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.