How to Embed Java DB in NetBeans

Java DB began through the donation of code to the open-source Apache foundation by IBM. Java developed this code in order to form the foundation of a relational database library, which became Java DB. This means that both Java developers and open-source programmers work on Java DB. Furthermore, Java DB can be embedded into many Java platforms, including the Java Application Server and Netbeans.

Things You'll Need

  • Java Development Kit (JDK)
  • Netbeans Java Interactive Development Environment (IDE)
Show More

Instructions

    • 1

      Download and install the Java DB binary from oracle.com/technetwork/java/javadb/downloads/index.html.

    • 2

      Add the Java DB libraries to the program's class path in Netbeans. In Netbeans, select the "Library Manager" from the "Tools" menu. In the Library Manager window, create a new class library, name it "JavaDB" and click OK.

    • 3

      Embed the Java DB library into Netbeans. In the Library Manager window click the "Add JAR/Folder" button and navigate to the downloaded Java DB file. Select the file once you reach it and click "OK." Now you can now use the Java DB libraries in your project.

Related Searches:

References

Resources

Comments

Related Ads

Featured