Bug#912527: [Openjdk] Bug#912527: openjdk-8-jdk: please update to support class file version 64

2018-12-04 Thread Emmanuel Bourg
Control: tags -1 + wontfix On Tue, 20 Nov 2018 01:33:21 -0200 Tiago Daitx > The only way for Debian to support that would be for it to have > something like a separated openjfx-8 package that was compiled with > openjdk-8. Somebody would have to be willing to support that but I am > not sure if

Bug#912527: [Openjdk] Bug#912527: openjdk-8-jdk: please update to support class file version 64

2018-11-19 Thread Tiago Daitx
On Wed, Oct 31, 2018 at 11:57 PM Norbert Preining wrote: > $ java -jar myprog.jar > Error: A JNI error has occurred, please check your installation and try again > Exception in thread "main" java.lang.UnsupportedClassVersionError: > javafx/event/EventTarget has been compiled by a more recent

Bug#912527: openjdk-8-jdk: please update to support class file version 64

2018-11-02 Thread Thorsten Glaser
On Thu, 1 Nov 2018, Norbert Preining wrote: > building jars with jdk11 (as distributed by Debian) at the moment > seems to create lass file version 54.0 files, but running them on > Debian supplied jdk8 is not possible: Indeed. You have to compile with javac with the --release 8 option, which

Bug#912527: openjdk-8-jdk: please update to support class file version 64

2018-10-31 Thread Norbert Preining
Package: openjdk-8-jdk Version: 8u181-b13-2 Severity: normal Dear all building jars with jdk11 (as distributed by Debian) at the moment seems to create lass file version 54.0 files, but running them on Debian supplied jdk8 is not possible: $ which java /usr/bin/java $ java -version openjdk