Unable to startup database - Chapter 3
Hi,
I try to startup the database shown in Chapter 3 (page 60) via the command:
java -cp target/pixweb-0.0.1/WEB-INF/lib/hsqldb-1.8.0.7.jar org.hsqldb.Server -database.0 temp -dbname.0 pix
However, it failed with the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/hsqldb/Server
==========
Does anyone have any clue to resolve this issue?
Thanks. :)
|