matveevich / outlinereader

Automatically exported from code.google.com/p/outlinereader
0 stars 0 forks source link

Exception in thread "main" java.lang.UnsupportedClassVersionError: CLI (Unsuppor ted major.minor version 49.0) #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. While executing the jar file
2.
3.

What is the expected output? What do you see instead?
The following error 

Exception in thread "main" java.lang.UnsupportedClassVersionError: CLI (Unsuppor
ted 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)

What version of the product are you using? On what operating system?

Essbase 11.1.1.3 on 64 Bit. I am running the jar file from a client machine

Please provide any additional information below.

Original issue reported on code.google.com by hiram...@gmail.com on 15 Dec 2011 at 5:52

GoogleCodeExporter commented 8 years ago
I do use it currently with 11.1.1.3 (64bits)
Hi do you have a recent java version on your client? 1.5 or 1.6?
Did you kept the lib directory next to the jar file?

Original comment by roux.seb...@gmail.com on 15 Dec 2011 at 6:31

GoogleCodeExporter commented 8 years ago
Hi,

Sorry for my late response together with the JAR do you have the lib directory 
which is indeed required?

Original comment by roux.seb...@gmail.com on 13 Mar 2012 at 4:24