Hi, > I also added this jar in my classpath. ( in C:\Program Files\H2\bin > folder where i have kept my 'h2-1.3.158.jar' as well).
Just putting the jar file in the same directory as another jar file doesn't automatically add it to the classpath. See http://en.wikipedia.org/wiki/Classpath_%28Java%29 > Class ""h2db.TrgStateTb"" not found [90086-158]"; That means, there is no such class on the classpath. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
