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 <mike.sch...@gmail.com>
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?
>

Reply via email to