Shouldn't we update our Java 9 build requirement to Java 10? Gary
On Wed, May 23, 2018, 18:48 Ralph Goers <[email protected]> wrote: > Yeah. > > This whole situation with Java versions sucks. > > Ralph > > > On May 23, 2018, at 9:39 AM, Matt Sicker <[email protected]> wrote: > > > > It would certainly make sense for a build update. > > > > On 23 May 2018 at 11:00, Gary Gregory <[email protected]> wrote: > > > >> Michael: > >> > >> You need to hit the archives: > >> http://www.oracle.com/technetwork/java/javase/archive-139210.html > >> > >> Gary > >> > >> On Wed, May 23, 2018 at 9:57 AM, Michael Schall <[email protected]> > >> wrote: > >> > >>> I am trying to build from source for some perf research, however one of > >> the > >>> requirements is JDK9. This is no longer downloadable from Oracle ( > >>> > http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads- > >>> 3848520.html) > >>> as it redirects you to JDK10. > >>> > >>> I'm sure this is not the "correct" way to do this, but it seems to > almost > >>> (don't have mongo installed) build with the following in the > >>> toolchains.xml: > >>> > >>> > >>> <toolchain> > >>> <type>jdk</type> > >>> <provides> > >>> <version>9</version> > >>> <vendor>sun</vendor> > >>> </provides> > >>> <configuration> > >>> <jdkHome>C:\Program Files\Java\jdk-10.0.1</jdkHome> > >>> </configuration> > >>> </toolchain> > >>> > >>> > >>> Does the build need to be updated to 10 or am I missing something? > >>> > >> > > > > > > > > -- > > Matt Sicker <[email protected]> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
