OpenOffice 3.0, which java must I use?

Sebastian Setzer sebastiansetzer at alice-dsl.net
Tue Jan 27 10:52:46 PST 2009


Thanks,
with diablo 1.6 it works.

To the openoffice porting team:
    Could you please mention this on http://porting.openoffice.org/freebsd/?
    This page says "We support only Java 1.5"

The problem with the macro securitylevel dialog wasn't solved by the working java, though.
But I found a workaround on http://bugs.gentoo.org/show_bug.cgi?id=244917
(and other sites, after I knew that I must search for MacroSecurityLevel and Common.xcu):
insert the following into .openoffice.org/3/user/registry/data/org/openoffice/Office/Common.xcu

<node oor:name="Security">
  <node oor:name="Scripting">
   <prop oor:name="MacroSecurityLevel" oor:type="xs:int">
    <value>1</value>
   </prop>
  </node>
</node>

-----Original Message-----
From: Kurt Buff
Sent: Thu 1/22/2009 9:54 PM
To: Sebastian Setzer
Subject: Re: OpenOffice 3.0, which java must I use?
 
$ uname -a
FreeBSD grimsqueaker-bsd.pigfarm.org 7.1-STABLE FreeBSD 7.1-STABLE #7:
Sun Jan 11 21:12:44 PST 2009     root@:/usr/obj/usr/src/sys/GENERIC
amd64
$ pkg_info | grep java
javavmwrapper-2.3.2 Wrapper script for various Java Virtual Machines
$ pkg_info | grep jdk
diablo-jdk-1.6.0.07.02_3 Java Development Kit 1.6.0_07.02
$ pkg_info | grep -i openoffice
openoffice.org-3.0.0 Integrated wordprocessor/dbase/spreadsheet/drawing/chart/br


On Thu, Jan 22, 2009 at 11:42 AM, Sebastian Setzer
<sebastiansetzer at alice-dsl.net> wrote:
> Hi,
> On 64-bit FreeBSD 7, I installed these two packages:
>  OOo_3.0.0_FreeBSD71X86-64_install_de.tbz
>  diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2
> When I run OOo, it prints
>  javaldx: Could not find a Java Runtime Environment!
> Is diablo the wrong java 1.5 JDK?
>
> I didn't expect to need java - I just wantet to use StarBasic Macros.
> But OOo seems to need it. I can't even set the Macro security options (when I press the button, nothing happens).
>
> Sebastian
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>



More information about the freebsd-questions mailing list