Difference between revisions of "OpenOffice setup"
 (New page: Installing Ubuntu included OpenOffice by default. However, when starting oowriter I kept getting message    javaldx: Could not find a Java Runtime Environment!   oowriter is working, at le...)  | 
			
(No difference) 
 | 
Revision as of 16:25, 13 October 2008
Installing Ubuntu included OpenOffice by default. However, when starting oowriter I kept getting message
javaldx: Could not find a Java Runtime Environment!
oowriter is working, at least the basic things, but I read that for some advanced stuff one might need Java runtime environment. I installed sun-java6-jre, but that did not solve the problem. Finally, the solution was:
sudo apt-get install openoffice.org-java-common
This takes care of that :)