Hello,
I'm trying to install Open Office and during the installation, I got the following error message:
[root@localhost RPMS]# rpm -Uvh *rpm
error: Failed dependencies:
java >= 0:1.4 is needed by (installed) jessie-1.0.1-3.i386
java-gcj-compat >= 1.0.31 is needed by (installed) gnu-crypto-2.1.0-1jpp_2fc.i386
java-gcj-compat >= 1.0.31 is needed by (installed) xml-commons-apis-1.3.02-0.b2.7jpp_7fc.i386
java-gcj-compat >= 1.0.31 is needed by (installed) tomcat5-servlet-2.4-api-5.5.15-1jpp_6fc.i386
java-gcj-compat >= 1.0.31 is needed by (installed) hsqldb-1.80.1-1jpp_9fc.i386
java-gcj-compat >= 1.0.31 is needed by (installed) xerces-j2-2.7.1-6jpp_7fc.i386
java-gcj-compat >= 1.0.31 is needed by (installed) xalan-j2-2.6.0-3jpp_9fc.i386
java-sasl is needed by (installed) gnu-crypto-2.1.0-1jpp_2fc.i386
java-sasl is needed by (installed) jessie-1.0.1-3.i386
jce is needed by (installed) gnu-crypto-2.1.0-1jpp_2fc.i386
jce is needed by (installed) jessie-1.0.1-3.i386
So doe's this mean that I have to compile the Java that came with Fedora 5? If so, I assume Yum is the way to do this, and if so, what version of Java comes with Fedora 5. I used the command:
yum install java-1.4.2-gci-compat
but it seems as if it didn't do anything.
Any help?
CJ Washington