Kirjoittaja Aihe: Ratkaisu: OpenOfficen tietokannan hitaus  (Luettu 1009 kertaa)

hirvi

  • Käyttäjä
  • Viestejä: 91
    • Profiili
Ratkaisu: OpenOfficen tietokannan hitaus
« : 09.11.11 - klo:07.56 »
Jos Teillä on sellainen ongelma, että OpenOffice tietokanta on hidas, niin tässä ratkaisu. Minulla toimi hyvin.
=======
The combination of Linux +Base +Java is defective.
Get Java 1.6.22 from http://archive.canonical.com/ubuntu/poo ... sun-java6/

There are 2 packages (don't know why):
sun-java6-bin_6.22-0ubuntu1~10.04_i386
sun-java6-jre_6.22-0ubuntu1~10.04_all

Both have a data.tar.gz

Both data.tar.gz have a directory /./usr/lib/jvm/java-6-sun-1.6.0.22/

I extracted one of the java-6-sun-1.6.0.22/ into my home
and merged the subfolders of the other java-6-sun-1.6.0.22/ into the same folder.

$ ls ~/java-6-sun-1.6.0.22
bin ext jre man (4 directories)


In the OOo Java options I add folder ~/java-6-sun-1.6.0.22/jre and restart the office.

This does not really install the old Java on your system. It simply copies the required files and points the office suite to this version of Java. All your other applications use the more recent and updating version of Java from your repositories.
=======