Discussion:
[Liquibase-user] New Topic: Unable to run liquibase: UnsupportedClassVersionError
Liquibase Community Forum
2011-01-12 16:53:05 UTC
Permalink
A new topic, 'Unable to run liquibase: UnsupportedClassVersionError', has been made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=925.new#new

The text of the topic is shown below:

Hi all,

I'm novice in Java development (actually I'm a .NET one). I wanted to take a look at the liquibase, but I cannot get it to work even for a -version argument.

I've downloaded the 2.0.0 version of the liquibase from the SourceForge.
But if I try to use it, no matter what arguments I'm passing to liquibase.bat, I get an Error message:
Code:
java.lang.UnsupportedClassVersionError: liquibase/integration/commandline/Main (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Exception in thread "main"


Any help would be appreciated!

Thanks a lot.

Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The Liquibase Community Forum Team.

Loading...