blob: 8885cbeae043552e97a7b093bf50fedb084c95a5 [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 2000, 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">
<title>New Java Package Wizard</title>
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
</head>
<body>
<h1>New Java Package Wizard</h1>
<p>The
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.newWizard(newWizardId=org.eclipse.jdt.ui.wizards.NewPackageCreationWizard)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png">
<b>New Java Package</b></a> wizard
helps you create a folder corresponding to a new Java package. The corresponding folder of the default package always exists, and therefore doesn't have to be
created.</p>
<table border="1" cellspacing="0" cellpadding="5" summary="Java Package Options">
<caption>
Java Package Options<br>
</caption>
<tr>
<th>Option</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td align="left" valign="top">Source folder</td>
<td align="left" valign="top">Type or browse to select a container (project or folder) for the new package.</td>
<td align="left" valign="top">The source folder of the element that was selected when the wizard has been started.</td>
</tr>
<tr>
<td align="left" valign="top">Name</td>
<td align="left" valign="top">Type a name for the new package</td>
<td align="left" valign="top">&lt;blank&gt;</td>
</tr>
</table>
<p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ></p>
<p>
<a href="../tasks/tasks-15.htm">Creating a new Java package</a></p>
<p>
<img src="../images/ngrelr.png" alt="Related reference" border="0" >
</p>
<p><a href="../reference/ref-menu-file.htm">File actions</a></p>
</body>
</html>