Hi

I just downloaded H2 and wanted to play with it.

I tried "build benchmark" from the H2 directory and got the following
stacktrace:

Exception in thread "main" java.lang.RuntimeException: Can not read
value org.h2.engine.Constants.getVersion()
        at org.h2.build.BuildBase.getStaticValue(BuildBase.java:352)
        at org.h2.build.Build.getVersion(Build.java:237)
        at org.h2.build.Build.getJarSuffix(Build.java:241)
        at org.h2.build.Build.benchmark(Build.java:56)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.h2.build.BuildBase.invoke(BuildBase.java:203)
        at org.h2.build.BuildBase.run(BuildBase.java:193)
        at org.h2.build.Build.main(Build.java:31)
Caused by: java.lang.ClassNotFoundException: org.h2.engine.Constants
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:
301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:
320)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at org.h2.build.BuildBase.getStaticValue(BuildBase.java:348)
        ... 10 more

What can I do?

Regards
Ingo

-- 
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.

Reply via email to