| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. 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"> |
| <title>Build Path</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" type="text/javascript"> </script> |
| </head> |
| <body> |
| <h1>Build Path</h1> |
| <p>Indicate your preferences for the Build Path settings on the <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.jdt.ui.preferences.BuildPathPreferencePage)")'> <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Opens the Build Path preference page"> <b> Java > Build Path </b></a> preference page.</p> |
| <table border="1" cellspacing="0" cellpadding="5"> |
| <thead> |
| <tr> |
| <th> |
| <p>Option</p> |
| </th> |
| <th> |
| <p>Description</p> |
| </th> |
| <th> |
| <p>Default</p> |
| </th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td valign="top">Source and output folder</td> |
| <td valign="top"> |
| <dl> |
| <dt><strong>Project</strong></dt> |
| <dd>Use the project root folder as the folder where java source files and the generated class files are stored by default.</dd> |
| <dt><strong>Folders</strong></dt> |
| <dd>Specify separate source and output folders to store the java source files separated from the generated class files.</dd> |
| </dl> |
| </td> |
| <td valign="top">Project</td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| <p>As JRE library use</p> |
| </td> |
| <td valign="top"> |
| <p>Select what kind of JRE library should be used for newly created java projects.</p> |
| </td> |
| <td valign="top"> |
| <p>JRE container</p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| <p><img src="../../../images/ngrelc.png" alt="Related concepts" border="0"></p> |
| <p><a href="../../../concepts/cclsspthv.htm">Classpath variables</a><br> |
| </p> |
| <p><img src="../../../images/ngrelr.png" alt="Related reference" border="0"></p> |
| <p><a href="../../../reference/ref-121.htm">New Java Project Wizard</a><br></p> |
| </body> |
| </html> |