hello all,
I was happily developing my code in eclipse3.1 and also executed it many times. But suddenly i got this error:
Exception in
thread "main" java.lang.UnsupportedClassVersionError: Indexer1 (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)...............
is it the eclipse
IDE problem or JVM problem. This is really urgent.
thnks in advance
Nirmal