See also < A HREF="http://developers.sun.com/prodtech/javatools/jsenterprise/tpr/reference/techart/entpack_javadb_migration.html"> Migrating Your Application to Use Java DB

Setup the derby database using Netbeans: Tools->Java Db Database->Create Java DB Database... Datbase Name: mplsvpndb user: dbuser password: dbpassword goto the "Runtime" index open the Databases select "jdbc:derby://localhost:1527/mplsvpndb" right-click "Connect ..." Goto the "Files" index open the project and selecyion the src/srq/create.sql On top of the editor window selection the "jdbc:derby://localhost:1527/mplsvpndb" and execute the sql