|
RHS |
Installing Java DB
As the "Java DB" actually just is a special package from SUN including the open source "Derby" database we will from now on use the name "Derby" - this is also consistent with the documentation in the package.
| You should see a window like this one: | ||
![]() |
To see if things work properly click the "Start" button and chose "Run...", enter "CMD" in the "Open" textbox.
In the command line box enter "java <cr>" (remember that "<cr>" means the enter-key!)
You should get an error-message from the JVM
Now enter "sysinfo <cr>" - you should get a message from Derby
To create and use a database look here: Create a database