Discussion:
[Classpathx-javamail] /trunk/inetlib/make Failure CentOS 5.10 Oracle/Sun 1.6.0_30
Conrad T. Pino
2014-01-22 09:05:27 UTC
Permalink
I have started new email threads since we have concurrent issues.

This thread continues:

http://lists.gnu.org/archive/html/classpathx/2014-01/msg00020.html

Why is configure testing for gij when Oracle/Sun JDK is present?

Conrad Pino
Chris Burdess
2014-01-22 09:18:36 UTC
Permalink
Post by Conrad T. Pino
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.
Conrad T. Pino
2014-01-22 09:23:47 UTC
Permalink
On Behalf Of Chris Burdess
Sent: Wednesday, January 22, 2014 01:19
Post by Conrad T. Pino
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.

Conrad Pino
Conrad T. Pino
2014-01-22 18:34:18 UTC
Permalink
On Behalf Of Conrad T. Pino
Sent: Wednesday, January 22, 2014 01:24
Post by Chris Burdess
Post by Conrad T. Pino
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

Loading...