I had a error in the path,
It is my truest path:

/usr/lib/jvm/java-6-openjdk-i386

Finally I did this:

./configure --with-jdk-home=/usr/lib/jvm/java-6-openjdk-i386

And now it is compiling, thank you for your help Ariel




2013/2/2 Ariel Constenla-Haile <arie...@apache.org>

> Hi Henry,
>
> On Sat, Feb 02, 2013 at 02:39:52PM -0600, Henry Tiquet Leyva wrote:
> > Ariel Constenla-Haile
> >
> > *I used these commands:*
> > *autoconf*
> > *./configure --with-jdk-home=kiker/Downloads/*
>
> Did you install the JDK6 in kiker/Downloads? This does not look like
> a path, so I guess the build system is still using the JDK7, source
> LinuxX86Env.Seet.sh and try:
>
> ]$ $JAVA_HOME/bin/javac -version
>
> what's the output?
>
>
> I have installed the JDK6 in /opt/jdk1.6, then the switch is:
>
> ./configure --with-jdk-home=/opt/jdk1.6 [other configure switches]
>
> After sourcing LinuxX86Env.Set.sh, check it worked:
>
> ]$ echo $JAVA_HOME
> /opt/jdk1.6
>
> ]$ $JAVA_HOME/bin/javac -version
> javac 1.6.0_30
>
>
> Regards
> --
> Ariel Constenla-Haile
> La Plata, Argentina
>

Reply via email to