[Open Office] JRE register component still broken

jim jim at amarooas.com.au
Thu Jun 22 19:21:27 EDT 2006


On Fri, Jun 23, 2006 at 12:12:28AM +0200, Andreas Radke wrote:
> For a long time the build on Arch64 - archlinux x86_64 port the build
> breaks like this:
> 
> OOC680_m6
> 
> regcomp -register -r ../../unxlngx6.pro/misc/bridgetest/bootstrap.rdb -c javaloader.uno.so \
>         -c javavm.uno.so -c uriproc.uno.so
> [Java framework] The JRE specified by the bootstrap variable UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be recognized. Check the values and make sure that you use a plug-in library that can recognize that JRE.javaldx failed!
> 
> We are using gcc4.1.1/jre 1.5.0.6(7 also tested)/glibc2.4
> 
> Any idea? I've seen this error a few times but don't know how to fix it.


Did you have a look where that error message comes in
jvmfwk/source/framework.cxx?

What values do you get for running this
GetJVMInfo.java?

class GetJVMInfo
{
  public static void main(String [] args)
   {
    System.out.println("java.version= "+System.getProperty("java.version"));
    System.out.println("java.vendor=  "+System.getProperty("java.vendor"));
    System.out.println("java.home=    "+System.getProperty("java.home"));
   }
}

jim


More information about the Openoffice mailing list