blob: 682d72233192abe486d19d7a0c450e00aa5f3196 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>RCP Mail</title>
</head>
<body>
<h2>Create an RCP Template </h2>
<p>The first step in creating a fully-branded RCP product is to create a plug-in
project with an RCP template</p>
<p>Select <strong>File &gt; New... &gt; Project &gt; Plug-in Project</strong>.
Click <strong>Next</strong>.</p>
<p align="center"><img src="images/project-structure.png" alt="RCP project"></p>
<p>Enter <em>com.example.xyz</em> for the name of the project. Click <strong>Next</strong>.</p>
<p align="center"><img src="images/rcp_content.PNG" alt="RCP content page"></p>
<p align="left">Choose <strong>Yes</strong> in the Rich Client Application section.
Click <strong>Next</strong>.</p>
<p align="center"><img src="images/rcp_mail.PNG" alt="RCP mail template"></p>
<p align="left">Press <strong>Finish</strong>.</p>
<p align="left">A new plug-in project will be created and the manifest editor
will open.</p>
<p align="center"><img src="images/plugin-overview.png" alt="RCP Overview page"></p>
<p align="left">Click on the <em>Launch an Eclipse application</em> link in the
<strong>Testing</strong> section. A splash screen will appear and go away. The
fully-branded RCP mail application subsequently appears.</p>
<p align="center"><img src="images/rcp_mail_app.PNG" alt="RCP mail application"></p>
<p align="left">&nbsp;</p>
</body>
</html>