I have downloaded the H2 console from http://www.h2database.com/html/download.html and I have configured the URL in my jdbc.properties file to jdbc:h2
jdbc.properties
jdbc:h2
You can also avoid this problem by using the same version between H2 console and your Java code.
This is how I solved this same issue here.