简体   繁体   中英

integrating hsqlDB into netbeans 7 IDE

I am building a simple desktop application with Java Swing for the front end and use the HyperSQL DB as the database system. I am using the Netbeans 7 IDE to develop the system.

Is it possible to integrate the HSQLDB into the Netbeans IDE and then be able to connect the application interface to the database?

Will be happy to have a tutorial or article about this.

Create a library entry for your database, as shown here for H2 . Open the Window > Services > Database panel to establish properties for a connection and examine the available schemata.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM