public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] OOo 2.4 and Java
@ 2008-03-28  2:47 Andrew Gaydenko
  2008-03-28  7:02 ` Pongracz Istvan
  2008-03-28 12:09 ` Andrew Gaydenko
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Gaydenko @ 2008-03-28  2:47 UTC (permalink / raw
  To: gentoo-user

Hi!

Have installed OOo 2.4 on ~amd64/x86_64 with these flags:

cups dbus eds firefox java kde ldap pam -binfilter -debug ...

At starting any OOo programm konsole shows:

javaldx failed!

Tool-Options-Java dialog finds all three installed JREs, but after 
selecting radio control for any of them and clicking OK nothing 
changes. Next time the dialog finds JREs again (nothing checked at 
dialog opening).

Help!
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] OOo 2.4 and Java
  2008-03-28  2:47 [gentoo-user] OOo 2.4 and Java Andrew Gaydenko
@ 2008-03-28  7:02 ` Pongracz Istvan
  2008-03-28 12:09 ` Andrew Gaydenko
  1 sibling, 0 replies; 4+ messages in thread
From: Pongracz Istvan @ 2008-03-28  7:02 UTC (permalink / raw
  To: gentoo-user


2008. 03. 28, péntek keltezéssel 05.47-kor Andrew Gaydenko ezt írta:
> Hi!
> 
> Have installed OOo 2.4 on ~amd64/x86_64 with these flags:
> 
> cups dbus eds firefox java kde ldap pam -binfilter -debug ...
> 
> At starting any OOo programm konsole shows:
> 
> javaldx failed!
> 
> Tool-Options-Java dialog finds all three installed JREs, but after 
> selecting radio control for any of them and clicking OK nothing 
> changes. Next time the dialog finds JREs again (nothing checked at 
> dialog opening).
> 
> Help!

I have a similar problem on my ~x86.
OOo 2.3.x and any kind of java (blackdown, sun whatever version). Both
with the binary OOo and compiled version.

Except, the Tool-Options-Java never find my installed JREs, even I try
to give the path exactly. It never recognize the java environment. I
have no idea, why.
I checked system-vm, user-vm, I installed lot of JREs, SDKs, does not
working.

It is really weird and annoying. I cannot find The Ultimate Solution to
this kind of problem using google.

So, I cannot help, but at least, you are not alone :)

IStván
-- 
BSA. Mert megérdemlitek.
Open Source. Mert megérdemlem.
--
BSA. They value it.
Open Source. The value. It.
--
http://www.osbusiness.hu

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] OOo 2.4 and Java
  2008-03-28  2:47 [gentoo-user] OOo 2.4 and Java Andrew Gaydenko
  2008-03-28  7:02 ` Pongracz Istvan
@ 2008-03-28 12:09 ` Andrew Gaydenko
  2008-03-29 10:12   ` [gentoo-user] OOo 2.4 and Java [SOLVED/WORKAROUND] Pongracz Istvan
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Gaydenko @ 2008-03-28 12:09 UTC (permalink / raw
  To: gentoo-user

======= On Friday 28 March 2008, Andrew Gaydenko wrote: =======
> Hi!
>
> Have installed OOo 2.4 on ~amd64/x86_64 with these flags:
>
> cups dbus eds firefox java kde ldap pam -binfilter -debug ...
>
> At starting any OOo programm konsole shows:
>
> javaldx failed!
>
> Tool-Options-Java dialog finds all three installed JREs, but after
> selecting radio control for any of them and clicking OK nothing
> changes. Next time the dialog finds JREs again (nothing checked at
> dialog opening).
>
> Help!

Have file the issue:

http://www.openoffice.org/issues/show_bug.cgi?id=87549

Probably somebody has non-Gentoo Linux system also. Does the issue take 
place on other distributions or is it Gentoo-specific?
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] OOo 2.4 and Java [SOLVED/WORKAROUND]
  2008-03-28 12:09 ` Andrew Gaydenko
@ 2008-03-29 10:12   ` Pongracz Istvan
  0 siblings, 0 replies; 4+ messages in thread
From: Pongracz Istvan @ 2008-03-29 10:12 UTC (permalink / raw
  To: gentoo-user

I did the following:

sed -i
's/XINERAMA/FAKEEXTN/g' /opt/sun-jdk-1.6.0.05/jre/lib/i386/xawt/libmawt.so

After this I got Sun JRE working on my ~x86 with OOo.

It is interesting, how the hell should I find out this solution????
Thanks for Chris Mayo.


The original post from the gentoo bug site:

------- Comment #10 From Chris Mayo 2008-03-29 09:18:55 0000 [reply]
-------

For me this has been (not new with the latest OpenOffice or jdk) an
example of:
http://bugs.freedesktop.org/show_bug.cgi?id=11390
http://bugs.sun.com/bugdatabase/view_bu ... id=6532373

doing:

sed -i 's/XINERAMA/FAKEEXTN/g'
/opt/sun-jdk-1.6.0.05/jre/lib/amd64/xawt/libmawt.so

fixes it for me, not sure what other damage it does though.

-- 
BSA. Mert megérdemlitek.
Open Source. Mert megérdemlem.
--
BSA. They value it.
Open Source. The value. It.
--
http://www.osbusiness.hu

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-29 10:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28  2:47 [gentoo-user] OOo 2.4 and Java Andrew Gaydenko
2008-03-28  7:02 ` Pongracz Istvan
2008-03-28 12:09 ` Andrew Gaydenko
2008-03-29 10:12   ` [gentoo-user] OOo 2.4 and Java [SOLVED/WORKAROUND] Pongracz Istvan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox