[Open Office] JRE register component still broken

Andreas Radke a.radke at arcor.de
Fri Jun 23 13:44:48 EDT 2006


with 	  --with-java=gij 

and enabled both recommended patches disable-regcomp-java.diff and 
64bit-jdk-server-paths.diff it still fails at the same point

when i remove j2re and j2sdk from the system "javadoc" from j2sdk is
missing:

checking whether to build with Java support... yes
Use of uninitialized value in substitution (s///) at ./oowintool line
66. Use of uninitialized value in substitution (s///) at ./oowintool
line 66. checking for gij... /usr/bin/gij
checking the installed JDK... checked (gcj)
checking for gcj... /usr/bin/gcj
checking for javadoc... no
configure: error:  not found set with_jdk_home


It's strange that you recommend to remove sun java. apache-ant depends
on it. So I see no way to build it without j2re/j2sdk packages.


Jim, what you mean as I'm only a packager/no coder?

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")); }
}



Andy


More information about the Openoffice mailing list