Reputation: 276
I have checked the services tab to the left and there isn't a javaDB in the database option, there's nothing in there? i'm using jsp's and beans, is there something i'm doing wrong?.
i'm getting the message
The Java DB location is not set correctly
when i run my jsp for the first time.
Upvotes: 11
Views: 21552
Reputation: 1
I downloaded the netbeans with only JavaSE. When I downloaded the full version, uninstalled the JavaSE only version and then installed the full version, I could then find glassfish under ProgramFiles and navigate to the JavaDB directory.
Upvotes: 0
Reputation: 54832
You have to make sure that the paths to the Java DB are actually available!
To do this please do the following:
Sample paths
Java DB Installation: C:\glassfish\glassfish-3.1.2.2\javadb
Database Location: C:\Users\YourUsername.netbeans-derby
Screenshot:
Upvotes: 31
Reputation: 276
just re-installed netbeans, now it works fine, must of just bugged out...
Upvotes: 1
Reputation: 3059
Detailed instructions on how to install(probably unecessary javaDB is part of JDK6), configure and register JavaDB for Netbeans can be found @ Netbeans KB. The steps are basically:
Upvotes: 1