Re: /trunk/inetlib/make Failure CentOS 5.10Oracle/Sun 1.6.0_30
"Conrad T. Pino" <[email protected]> Wed, 22 Jan 2014 10:34:18 -0800
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <[email protected]> |
> On Behalf Of Conrad T. Pino > Sent: Wednesday, January 22, 2014 01:24 > > > > Why is configure testing for gij when Oracle/Sun JDK is present? > > > > At the time the project was started the Sun JDK was not distributed > > under a free licence so we will have preferred a free Java > > implementation if present. > > Yes, that's nice, but I said "JAVAC=..." so let's make that go away. Found a workaround reading m4/ac_prog_java.m4, see below. Is this worth including in project documenation? Conrad Pino --------------------------------------------------------------- export JAVAC=/usr/local/java/default/bin/javac export JAVA=/usr/local/java/default/bin/java ./configure make