Hi On Fri, Feb 27, 2015, at 09:33 AM, Joakim Erdfelt wrote: > 1.8.0_40, vendor: Oracle Corporation ?? > > That's not available yet. > http://www.oracle.com/technetwork/java/javase/downloads/index.html
I'm not using oracle's java sdk. I'm using opensuse's openjdk which java /usr/bin/java ls -al /usr/bin/java lrwxrwxrwx 1 root root 22 Feb 2 2013 /usr/bin/java -> /etc/alternatives/java* ls -al /etc/alternatives/java lrwxrwxrwx 1 root root 48 Feb 26 14:46 /etc/alternatives/java -> /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/bin/java* rpm -q --whatprovides /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/bin/java java-1_8_0-openjdk-devel-1.8.0.40~b25-73.1.x86_64 It's what my distro, Opensuse 13.2, provides as its "official release" here: https://build.opensuse.org/package/show?project=openSUSE%3A13.2&package=java-1_8_0-openjdk > Our build has NPN/ALPN dependencies that require bootclasspath > modifications of the SslEngine. > Those modifications are JVM specific, and there is no JVM specific version > for 1.8.0_40 (yet). > > Downgrade to 1.8.0_31 and try again. 1.8.0_31 isn't available from Opensuse http://software.opensuse.org/package/java-1_8_0-openjdk > Note: NPN has been dropped in Jetty 9.3.x so that's one less problem on > that version of Jetty. Isn't that already the case in git-head from https://github.com/eclipse/jetty.project.git ? > And when Java 9 comes out with its expected support for ALPN, then our > bootclasspath requirement will go away for that JVM. I'll do some more reading an ALPN. thanks! hanlon _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
