views:

283

answers:

2

Hi all, is possible include H2 database in netbeans to use it with the GUI to create table ecc ecc? Like javadb integration i means..

+3  A: 

The H2 Database Engine Support For NetBeans project on Kenai provides a plugin that offers Java DB like integration (being able to start/stop H2 in server mode from NetBeans).

alt text

The install instruction are available in the wiki of the project.

Pascal Thivent
+1 Excellent! I'll have to see if the plugin works with NetBeans 6.8. Even without the plugin, it's easy to add H2 under `Drivers` and create an embedded connection.
trashgod
@trashgod The plugin only adds value for the local server mode (the plugin adds start/stop options of the server), it's useless for other modes (embedded and in-memory). And I've tested the plugin with NetBeans 6.8, it just works :)
Pascal Thivent
Thank you!It's work on netbeans 6.8 too.
blow
A: 

I've tryed to connect my H2 embedded database using Netbeans (after installing H2 driver) and there´s an error message. It says that the h2 driver is not suitable to make the connection. Why it happens?

I suppose this plugin can fix this problem, doesn´t it?

Thanks for your work!

Manuel