This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

java8 requirement for kawa 2.1


Hi Per,
Is java 8 mandatory for kawa 2.1 ? Can I recompile a jar with java 7?
(my svn update failed and hence not sure)
I was getting the unsupported class version error when i tried the
following command

java -jar ~/Downloads/kawa-2.1.jar

Exception in thread "main" java.lang.UnsupportedClassVersionError:
kawa/repl : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)


Regards,
Debabrata Pani


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]