There is a h2-database file in my src directory (Java, Eclipse): h2test.db
The problem:
starting the h2.jar from the command line (and thus the h2 b
If you are using Hibernate try this in hibernate.cfg.xml file:
jdbc:h2:file:db/h2test
without *.db extension at the end