[Libreoffice] Java build problem identified?

Caolán McNamara caolanm at redhat.com
Sun Dec 5 03:26:41 PST 2010


On Sat, 2010-12-04 at 16:07 -0600, Norbert Thiebaud wrote:
> I had to add --with-jdk-home=/opt/sun-jdk-1.6.0.20
> to my gentoo build.

Hmm, I wonder.

If you go to configure.in and change

if test "x$with_jdk_home" = "x" -a "$_gij_longver" -ge "40200"; then

to

if test "x$with_jdk_home" = "x"; then

and re-run configure without any --with-jdk-home does it then work. And
if it does not work, there should at least now be a findhome.class
generated by configure. What's the output of java findhome in that
case ?

C.



More information about the LibreOffice mailing list