Trying to start openoffice from a default workstation install complains about javaldx not finding a java runtime. Installing gcc-java and libgcj makes the error message go away.
What version is that ?, the Requires of the last three versions are... rpm -qRp openoffice.org-core-1.9.87-2.i386.rpm | grep gcj libgcj >= 4.0.0 rpm -qRp openoffice.org-core-1.9.88-4.i386.rpm | grep gcj libgcj >= 4.0.0 rpm -qRp openoffice.org-core-1.9.88-5.i386.rpm | grep gcj libgcj >= 4.0.0 which should fulfill the requirements for javaldx. Is it one of those ? If so I wonder if this something like one of those whacked 32/64bit things where libgcj.i386 is needed but the existance of libgcj.x64 fulfills the dependancies incorrectly, or simply I need gcc-java which would be surprising.
Well this seems to be the same problem as rh#153129#, i.e. something to do with Requires *** This bug has been marked as a duplicate of 153129 ***