blob: 5e30a7c987f1646e3fbd4fe319483103f21a56eb [file]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<HEAD>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2013. 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>Using the File menu</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>Using the File menu</h1>
<P CLASS="Para">
You can create new resources by using the <b>File &gt; New</b> menu on the Workbench menu bar.
Start by creating a simple project as follows:</P>
<ol>
<li>
<P CLASS="Para">
From the menu bar, select <b>File &gt; New &gt; Project...</b></P>
<P CLASS="Para">
<img src="../images/Image11_new_wizard.png" width="650" alt="New Project Wizard" border="0"></P>
</li>
<li>
<P CLASS="Para"> In the New Project wizard, select <b>General</b> <strong>&gt;</strong>
<b>Project</b> then click <b>Next</b>.</P>
</li>
<li>
<P CLASS="Para"> In the <b> Project name </b> field, type in a name of your new project.</P>
</li>
<li>
<P CLASS="Para">
Leave the box checked to use the default location for your new project. Click
<b>Finish</b> when you are done.</P>
<P CLASS="Para">
<img src="../images/Image12_new_project_wizard.png" width="650" alt="New Project Wizard" border="0"></P>
<P CLASS="Para"></P>
</li>
</ol>
<P>If you sneak a peek at the navigation view, you will see that it now contains
the simple project we just created.</P>
<blockquote>
<img src="../images/Image13_project_in_nav.png" width="255" alt="Project Explorer view" border="0">
</blockquote>
<P>Create a second project using the same steps, but instead
of clicking <b>Finish</b>, click <b>Next</b>. At this point you can specify
other projects that your new project depends on. Since we want to create two
independent projects we will not select any of the projects in the <b>Project
References </b> table. Click <b>Finish</b> to create your second simple project.
</P>
<blockquote>
<img src="../images/Image15_project_depend.png" width="650" alt="New Project Wizard" border="0">
</blockquote>
</BODY>
</HTML>