Use the following instructions to install openoffice's tar.gz file in your system:
1. Unpack the downloaded image into a directory. For example, the following command will unpack into the current directory: gunzip -c OOo_*_Solaris*_install.tar.gz | tar -xf - This creates a new subdirectory which includes the installation-files. Use the ls command to find the name of the new directory then use the cd command to enter it. 2. cd into the packages subfolder. In this Directory you will find the needed packages to install OpenOffice.org and a package for the desktop-integration in Gnome. 3. Run su to become the root user. 4. If Gnome is not installed on your system, delete the subdirectory gnome-desktop- integration 5. To permanently avoid recurring queries at the installation, you should produce an admin file with the following content: action=nocheck conflict=nocheck idepend=nocheck. You can do this with the following commands: echo action=nocheck >admin echo conflict=nocheck >>admin echo idepend=nocheck >>admin 6. Install the packages with: pkgadd -a admin -d . openofficeorg* Do tell us if you encounter any problems in the process. JRE comes preinstalled with Opensolaris 2008.05. Regards, Ankit On Tue, Aug 12, 2008 at 3:49 AM, angus <angus at mypcsorted.co.uk> wrote: > Anybody been here? > > Download above version from openoffice.org. > after extracting the tar.gz to a folder, in a terminal cd 'ing to the > folder and running ./setup I get the following: > > /dev/pts/2 > Error: Did not find a valid Java Runtime Environment (JRE). Required JRE > versions: 1.4 1.5 1.6 (exit code 9) > > One might be forgiven for thinking that 'install_wJRE' would lead one to > assume it would provide the missing JRE? > > many thanks for any light anyone can shed on this. > > > This message posted from opensolaris.org > _______________________________________________ > opensolaris-help mailing list > opensolaris-help at opensolaris.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/opensolaris-help/attachments/20080812/96e8dfa6/attachment.html>