Trouble reproducing "Accessing HSQL" steps
Hi. I'm not sure where the best place to post this is, but I figured I'd ask here first.
I'm having trouble reproducing the five seemingly very straightforward steps for HSQL on my Windows machine. I can't get past step three because I get a no class def found error. I'm probably doing something very foolish, but I have no idea what, and i was hoping that someone could confirm that the instructions do in fact work? They are here: https://dev.kepler-project.org/developers/reference/accessing-hsql. Thank you!
The class name was truncated, so it wouldn't work. You need to change 'DatabaseManage' to 'DatabaseManager'. I accepted the default connection options and it worked for me.