You are not logged in.

#1 2006-01-01 02:11:14

limpio
Member
Registered: 2005-12-31
Posts: 52

Bug in OOo?

I just installed AL 7.0 and upgraded to 7.1. Installed openoffice-base, and it gave me a java error, installed jre2 and still it gives me the same error.
I updated the database, logged out/logged in, even rebooted to no avail. Is this a bug? Thanks

Offline

#2 2006-01-01 02:26:53

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: Bug in OOo?

It's working fine here, but I don't run/install any java stuff.  If you haven't done so already, maybe remove OOo from your pacman's cache and then reinstall it.


oz

Offline

#3 2006-01-01 06:00:45

deficite
Member
From: Augusta, GA
Registered: 2005-06-02
Posts: 693

Re: Bug in OOo?

Does it start and function properly? If so you can probably ignore it. Welcome to *nix - land of useless warnings and "errors"

Offline

#4 2006-01-01 13:31:54

limpio
Member
Registered: 2005-12-31
Posts: 52

Re: Bug in OOo?

I disinstalled it (pacman -Rcs openoffice-base), cleaned my /home from any OOo files, reinstalled it, invoked it (soffice) and still get this:

javaldx: Could not find a Java Runtime
Environment!

when i ignore it, a dialog box comes up:

"The application cannot be started. An internal error occurred."

And OOo will not open. sad

Offline

#5 2006-01-01 15:58:43

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Bug in OOo?

do have a classpath set?

[tyler@eLINUXe ~]$ echo $CLASSPATH
:/opt/java/jre/lib:/opt/java/lib

you should have a file named j2re.sh in /etc/profile.d/. If you don't add it and put this in it:

export J2REDIR=/opt/java/jre
export PATH=$PATH:$J2REDIR/bin
export MANPATH=$MANPATH:$J2REDIR/man
export CLASSPATH=$CLASSPATH:$J2REDIR/lib
if [ ! -f /etc/profile.d/j2sdk.sh ]; then
        export JAVA_HOME=/opt/java/jre
fi

chmod 755 and do the logout trick again.

Offline

#6 2006-01-04 13:34:43

limpio
Member
Registered: 2005-12-31
Posts: 52

Re: Bug in OOo?

Thanks Penguin, yesterday i did a 'pacman -Syu' and OOo started, IOW, i didn' have to put in practice your advice, but when the time comes to discard or save the document, it freezes. forcing me to log out/login.

Offline

#7 2006-07-09 16:40:29

dninja
Member
From: Sheffield, UK
Registered: 2006-04-29
Posts: 374
Website

Re: Bug in OOo?

Just a little extra on this, I had the java warning message after I had installed j2re and openoffice. The problem was that you need to logout and log back in again for the classpath to get set from the profile.d.

If you don't want to logout and back in then you can do

su - <your>

to re-run all the login scripts.

Offline

Board footer

Powered by FluxBB