After updating xCustomListView internal Library to 1.68 i got this error:
java.lang.UnsupportedClassVersionError: b4j/example/customlistview has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
My jdk is jdk1.8.0_202. 32 bits.
Maybe xCustomListView was compiled with java 9+?
Any chance could be recompiled with java 8?
This error happens when i use [XUI] Views too: https://www.b4x.com/android/forum/t...ss-platform-views-and-dialogs.100836/#content
thanks.
java.lang.UnsupportedClassVersionError: b4j/example/customlistview has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
My jdk is jdk1.8.0_202. 32 bits.
Maybe xCustomListView was compiled with java 9+?
Any chance could be recompiled with java 8?
This error happens when i use [XUI] Views too: https://www.b4x.com/android/forum/t...ss-platform-views-and-dialogs.100836/#content
thanks.
Last edited: