Hello, I've been using H2 version 1.4 (which I compiled with Java 6) for such a long time that I've almost forgotten the last time I went through this hassle.
It looks like the current development version of H2 (2.0.201) requires at least Java 8. If I compile the .jar with OpenJDK 8 and try to integrate it into and Android app targeted for Android SDK 26, class file conversion fails however - complaining about versions. What would you do in this situation? - would you target your app at some newer version of Android? (I cannot go past 9, specific hardware is involved.) - would you try to backport the codebase of H2 to Java 7 and compile it somehow? (I have done a similar thing a long time ago and it wasn't fun) - what flavour of Java have developers traditionally used to compile releases? Because somehow, a release binary from 2019 (I assume it's 1.4.200 or something) works on the required Android device... I'd be grateful for any ideas or suggestions. :) Jaan -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/f53d7bf2-d3b4-473d-aedc-fa2c7f19f3b7n%40googlegroups.com.
