| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to you under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <html> |
| <head> |
| <title>Removing the Derby nature from a Java project</title> |
| </head> |
| <body> |
| <h2>Removing the Derby nature from a Java project</h2> |
| <p> |
| The Derby nature can be removed from a Java project from within the Java |
| perspective. To remove the Derby nature: |
| <ul> |
| <li> |
| From the <b>Java</b> perspective, select the project in the <b>Package Explorer</b> view. Right-click the project to bring up the context menu and select |
| the menu item, <b>Apache Derby, Remove Apache Derby nature</b>. |
| </li> |
| </ul> |
| </p> |
| <blockquote> |
| <img src="images/remove_nature.GIF" alt="Removing the Derby nature from a project" width="713" height="685"></img> |
| </blockquote> |
| <p> |
| Removing the Derby nature from your Java project does the following: |
| <ul> |
| <li> |
| Removes the <b>derby.jar, derbynet.jar, derbytools.jar, derbyclient.jar</b> jar files from the Java Build Path of the project.<br/><br/> |
| </li> |
| <li> |
| Removes the menu options for <b>ij</b>, <b>sysinfo</b> and starting and stopping |
| the Derby Network Server. <br/><br/> |
| </li> |
| <li> |
| Removes the <b>Apache Derby</b> item from the project's properties. |
| </li> |
| </ul> |
| </p> |
| |
| </body> |
| </html> |