简体   繁体   中英

How to integrate Java DB shipped with JDK in to Netbeans 6.9.1

I am using Netbeans IDE 6.9.1 and jdk1.7.0_04 x64. I am not getting anything in Database node in Services tab of Netbeans?

How to integrate Java DB in Netbeans? Do I have to download any tools for Netbeans?

I got answer, I don't know but it was not working with Netbeans 6.9.1, I had re-installed that but couldn't found. Then I installed latest Netbeans - 7.2.1, and I got it working. Netbeans 7.2.1 has Java DB integrated.

Thanks all.

You need to create New connection to your database.

In the Services tab, Right Click on Databases--> New Connection.

New Connection Wizard should open up. Choose Driver from combo box. Netbeans should reflect path to selected jdbc driver type. Click Next.

Provide JDBC connection URL parameters like Host, Username, Password and click on "Test Connection".

You should get "Connection Succeeded" message else check parameter values.

Click on Finish.

根据NetBeans文档和支持 ,我们需要Net NetBeans 7.0、7.1、7.2、7.3或Java EE才能与JavaDB一起使用。

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