Eclipse « hsqldb « Java Database Q&A





1. Im having trouble embedding HSQLDB into a simple Java (Eclipse) project    stackoverflow.com

ok, after reading up on some options (sqlite, derby etc...), Ive decided to throw down with HSQLDB. Ive downloaded it, read up on it and followed a 'hello world' type intro ...

2. HSQLDB and Eclipse    coderanch.com

Hi, from this BindException which gets thrown, I guess the problem is the (TCP) port HSQLDB should listen on! If you configured a TCP port <1024 for the HSQLDB server then you have to start the database server with a privileged user account (usually root/administrator). Alternatively you can just configure HSQLDB to use a non-privileged port above 1023 during development although ...

3. HSQLDB and Eclipse    forums.oracle.com

When I try to run HSQLDB using Eclipse after some configurations I made, I get the following in the console: [WebServer@cd2c3c]: [Thread[main,5,main]]: checkRunning(false) entered [WebServer@cd2c3c]: [Thread[main,5,main]]: checkRunning(false) exited [WebServer@cd2c3c]: Startup sequence initiated from main() method [WebServer@cd2c3c]: Loaded properties from [/Users/abder-rahmanali/Documents/workspace/Hello/junkdb/webserver.properties] [WebServer@cd2c3c]: Initiating startup sequence... [WebServer@cd2c3c]: Initiating shutdown sequence... [WebServer@cd2c3c]: Shutdown sequence completed in 5 ms. [WebServer@cd2c3c]: 2009-02-01 13:13:04.872 SHUTDOWN : System.exit() ...