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.

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to