java_project.html from CSDerby at Krugle
Show java_project.html syntax highlighted
<html>
<head>
<title>Creating an Eclipse Java project</title>
</head>
<body>
<h2>Creating an Eclipse Java project</h2>
<p>
The steps below outline how to create a Java project using many of the default
settings to make it easy to get started.
</p>
<p>
<ul>
<li>
From the main workbench window, click File > New > Project. The New Project
wizard opens. <br/><br/>
</li>
<li>
Select Java Project and click Next.<br/><br/>
</li>
<li>
In the Project name field, type a name for your new Java project, like
myJavaProject. <br/><br/>
</li>
<li>
For Location, choose <b>Create project in workspace</b> and for the Project
Layout, select <b>Use project folder as root for sources and class files</b>.
<br/>
<br/>
</li>
<li>
Click the Next button, then Finish.
<br/>
<br/>
</li>
<li>
You may be prompted about switching to the Java Perspective. Answer Yes to
this question.
<br/>
<br/>
</li>
<li>
The Package Explorer view now shows your new Java project.
<br/>
<br/>
</li>
</ul>
</p>
</body>
</html>
See more files for this project here