Font size:
Getting Started with the Derby plug-ins for Eclipse
Getting Started with the Derby plug-ins for Eclipse
The Apache Derby plug-ins for Eclipse provide a seamless integration between Eclipse and Apache Derby. It enables the use of the Derby database JAR files as an installable component to Eclipse. Additionally the ij SQL scripting tool and the Apache Derby Network Server can be run from the Eclipse console.
If you are new to Eclipse or Derby, the steps below will get you started using both! At the very least, follow the first four steps to become familiar with Eclipse and Derby.
- Create an Eclipse Java project.
- Add the Apache Derby nature to your Java project.
- Start the Derby Network Server.
- Launch ij to create and connect to a Derby database. ij is the Derby tool you can use to issue SQL commands against the database.
- Run entire SQL scripts against the database using ij.
- Create a Java application which accesses a Derby database.
- Shutdown the Derby Network Server.
- Obtain Java and Derby information to help in troubleshooting problems using sysinfo.
- Learn more about Apache Derby from the online documentation.