| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| |
| <html> |
| <head> |
| <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| |
| <title>New Java Project wizard</title> |
| </head> |
| |
| <body> |
| <h1>New Java Project Wizard</h1> |
| |
| <p>This wizard helps you create a new Java project in the workbench.</p> |
| |
| <h2>Project name page</h2> |
| |
| <table border="1" cellspacing="0" summary="Project name page"> |
| <tr> |
| <th>Option</th> |
| |
| <th>Description</th> |
| |
| <th>Default</th> |
| </tr> |
| |
| <tr> |
| <td align="left" valign="top">Project name</td> |
| |
| <td align="left" valign="top">Type a name for the new project.</td> |
| |
| <td align="left" valign="top"><blank></td> |
| </tr> |
| |
| <tr> |
| <td>Use default</td> |
| |
| <td>If checked, the default workbench location is used as location for new project</td> |
| |
| <td>Selected</td> |
| </tr> |
| |
| <tr> |
| <td align="left" valign="top">Directory</td> |
| |
| <td align="left" valign="top">The location of the project contents. If the Use default checkbox is unchecked, the location can be set to an existing directory on the file |
| system. The new project will contain files and folders existing at the given directory.</td> |
| |
| <td align="left" valign="top"><workbench directory></td> |
| </tr> |
| </table> |
| |
| <h2>Java settings page</h2> |
| |
| <p>You can skip this page by pressing <span class="control">Finish</span> on the first page. The project will then be configured with default options specified in the <a href= |
| "ref-preferences-new-project.htm">New Project preference page</a>. Otherwise press <span class="control">Next</span> to configure the <a href="ref-123.htm">Java Build |
| Path</a>.<br> |
| If the project location on the first page has been set to an existing directory, you will be prompted if the New Java Project wizard should try to detect existing classpath |
| settings. To do this the project will be created early on the invocation of the <span class="control">Next</span> button, and the <span class="control">Back</span> will be |
| disabled on the Java Settings page.</p> |
| |
| <p><img src="../images/ngrelc.gif" alt="Related concepts" border="0" height="27" width="159"><br> |
| <a href="../concepts/concepts-3.htm">Java projects</a><br> |
| </p> |
| |
| <p><img src="../images/ngrelt.gif" alt="Related tasks" border="0" height="27" width="159"><br> |
| <a href="../tasks/tasks-12.htm">Creating a new Java project</a><br> |
| <a href="../reference/ref-menu-file.htm">File actions</a><br> |
| <a href="../reference/ref-preferences-new-project.htm">New Project preferences</a><br> |
| </p> |
| |
| <p><a href="../hglegal2003.htm"><img src="../images/ngibmcpy2003.gif" alt="Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved." border="0" height="14" width= |
| "324"></a></p> |
| </body> |
| </html> |
| |