As you might have seen in the last changset, build-infra now builds on 32bit windows.

Fredrik Öhrström fredrik.ohrstrom at oracle.com
Fri Nov 4 14:49:14 PDT 2011


----- philip.race at oracle.com skrev:

> Is it looking for a JDk or a JRE ? What's in \windows\system32\java
> will I believe always map to a public JRE install, not a JDK.

It needs a jdk. (Since it needs a javac.)

> I have *several* JRE's and JDK's installed. The JRE's are in the

If you have several JRES/JDKS installed, you will probably
have to set JAVA_HOME or use --with-boot-jdk=
to specify exactly which JDK you want to build with.

The intent is that a default install of a Java JDK in the default
directory, should be found by configure. If you got anything else,
you need to specify it manually.

//Fredrik



More information about the build-infra-dev mailing list