Any news? The package is still broken as of 24.04, HSQLDB 2.6.0. `hsqldb-utils` installs a script named `hsqldb-sqltool`, but it throws the same error described above.
According to Fred Toussi: * `hsqldb.jar` is the main JAR. * `hsqldbutil.jar` is build via a special Ant/Gradle option, and consists of GUI clients. * `sqltool.jar` is where the SQL tool is found (to be used together with `hsqldb.jar`). Looking at the current debs, `libhsqldb-java` currently installs `hsqldb.jar` and `hsqldbutil.jar`, but not `sqltool.jar`. (`hsqldb- utils` does not install any jars.) The `hsqldb-sqltool` command line utility also does not include `sqltool.jar` in its classpath. So the solution would be to install `sqltool.jar` as part of `libhsqldb- java` (any other package would also work, but `hsqldb-utils` would need to list that as a dependency) and, in `hsqldb-utils`, include that jar in the classpath for `hsqldb-sqltool`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909811 Title: Could not find or load main class org.hsqldb.cmdline.SqlTool when launching hsqldb-sqltool To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hsqldb/+bug/1909811/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
