| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html lang="en"> |
| <head> |
| <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2008. 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>Java Build Path Preferences</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>Java Build Path Preferences</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 and its sub pages: |
| </p> |
| <ul> |
| <li><a href="buildpath/ref-preferences-classpath-variables.htm">Classpath Variables</a></li> |
| <li><a href="buildpath/ref-preferences-user-libraries.htm">User Libraries</a></li> |
| </ul> |
| |
| <p>The options are:</p> |
| |
| <table border="1" cellspacing="0" cellpadding="5" summary="Build Path settings"> |
| <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">Folders<br>Source Folder: src<br>Output Folder: bin</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/concept-classpath-variables.htm">Classpath variables</a><br> |
| </p> |
| <p><img src="../../../images/ngrelr.png" alt="Related reference" border="0"></p> |
| <p><a href="../../../reference/ref-wizard-java-project.htm">New Java project wizard</a><br></p> |
| </body> |
| </html> |