Вопрос

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.

according to the NetBeans Docs & Support, we need to have Net NetBeans 7.0, 7.1, 7.2, 7.3 or Java EE to work with JavaDB.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top