Hi,
I just have tried the Processing QRCode Library after having troubles with installing QTJava (
see this thread).
Now that that the video bug is fixed in version 0131, and the video library is working again, I wanted to capture QRCode with this library from Daniel Shiffman. When executing the QRCode Library Example (
link) I get the following error:
java.lang.UnsupportedClassVersionError: pqrcode/Decoder (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)
Although I have got the latest Java SDK from Sun, it seems that there is a version error. Does anyone know what I can try to do to avoid this It seems java isn't compatible with the qrcode library.
Regards,
Jeroen