Trying to get production application to work with hsqldb. The application is built with ant and the compile.classpath is set with hsqldb.jar and the application is executed with hsqldb.jar in ...
I have a problem.
I need to create Server of HSQLDB from my code, run it and connect from another application (for e.x. by runManagerSwing.bat)
Here are my code