NETBEANS JAVADB - How do I integrate a JavaDB DataBase into my main Java Package
- by Stefanos Kargas
JAVA
I am working on a desktop application which uses JavaDB.
I am using NetBeans 6.8 and JDK 6 Update 20
I created the database I need and connected to it through my application using ClientDriver:
String driver = "org.apache.derby.jdbc.ClientDriver";
String connectionURL =…