<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openoffice.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jwarnier</id>
	<title>Apache OpenOffice Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openoffice.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jwarnier"/>
	<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/wiki/Special:Contributions/Jwarnier"/>
	<updated>2026-05-13T17:12:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Java_and_OpenOffice.org&amp;diff=2307</id>
		<title>Java and OpenOffice.org</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Java_and_OpenOffice.org&amp;diff=2307"/>
		<updated>2005-11-29T12:56:15Z</updated>

		<summary type="html">&lt;p&gt;Jwarnier: /* How can I reset the Java configuration? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OpenOffice.org 2.0 Functionality depending on Java ==&lt;br /&gt;
&lt;br /&gt;
for use Java in OpenOffice.org, please see&lt;br /&gt;
&lt;br /&gt;
* [http://tools.openoffice.org/policies/java_usage.html Policy for the usage of Java in the OpenOffice.org project]&lt;br /&gt;
&lt;br /&gt;
=== [[OpenOffice.org Base]] ===&lt;br /&gt;
&lt;br /&gt;
* Create Form Wizard&lt;br /&gt;
&lt;br /&gt;
=== OpenOffice.org Writer ===&lt;br /&gt;
&lt;br /&gt;
* Letter Wizard&lt;br /&gt;
* Fax Wizard&lt;br /&gt;
* Agenda Wizard&lt;br /&gt;
* HTML Wizard&lt;br /&gt;
&lt;br /&gt;
* SaveAs -&amp;gt; AportisDoc (Palm)&lt;br /&gt;
* SaveAs -&amp;gt; DocBook&lt;br /&gt;
* SaveAs -&amp;gt; Pocket Word (*.psw)&lt;br /&gt;
&lt;br /&gt;
=== OpenOffice.org Calc ===&lt;br /&gt;
&lt;br /&gt;
* SaveAs -&amp;gt; Pocket Excel&lt;br /&gt;
&lt;br /&gt;
=== All ===&lt;br /&gt;
&lt;br /&gt;
* [[OfficeBean]]&lt;br /&gt;
* [[JavaScript Macros]]&lt;br /&gt;
* [[Beanshell Macros]]&lt;br /&gt;
* Python ???&lt;br /&gt;
&lt;br /&gt;
Question: What is exactly not working ? Tools-&amp;gt;Organzie Macros -&amp;gt; JavaScript|Beanshell|Python pops up a message boxes that no JRE is installed but then the Dialog is displayed (see http://www.openoffice.org/issues/show_bug.cgi?id=37020)&lt;br /&gt;
&lt;br /&gt;
== Java detection in OpenOffice.org 2 and StarOffice 8 ==&lt;br /&gt;
&lt;br /&gt;
=== Which Java will be used? ===&lt;br /&gt;
&lt;br /&gt;
[[StarOffice]] tries to detect the newest Java version installed. StarOffice only detects Sun Java versions, while OpenOffice.org also detects Java versions from other vendors.&lt;br /&gt;
&lt;br /&gt;
When using versions from different vendors, the numbering system might be different so maybe not the newest version is used. You can change the Java version in StarOffice via tools/options/Java.&lt;br /&gt;
&lt;br /&gt;
On [[GNOME]], if AT tool support is enabled, StarOffice will use that latest version where the [[Java Access Bridge]] is enabled.&lt;br /&gt;
&lt;br /&gt;
=== When is Java detection done? ===&lt;br /&gt;
&lt;br /&gt;
On Windows, detection is done the first time Java is used. On Linux/Solaris, detection is done the first time a user starts StarOffice.&lt;br /&gt;
&lt;br /&gt;
=== How can I reset the Java configuration? ===&lt;br /&gt;
&lt;br /&gt;
The configuration is stored in&lt;br /&gt;
&lt;br /&gt;
 &amp;lt; staroffice-config &amp;gt; /user/config/javasettings_ &amp;lt; platform &amp;gt; .xml&lt;br /&gt;
&lt;br /&gt;
Just delete this file if you want StarOffice to detect again.&lt;br /&gt;
The Java configuration file cannot be modified manually. The data format&lt;br /&gt;
is not specified and may change anytime without further notice.&lt;br /&gt;
Don&amp;#039;t try to modify that file to change the Java version. The &amp;lt; location &amp;gt;&lt;br /&gt;
and &amp;lt; version &amp;gt; entries are only for &amp;#039;documentation&amp;#039;, the Java version is&lt;br /&gt;
accessed via the &amp;lt; vendorData &amp;gt; , which is binary.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OpenOffice.org#Java_controversy Wikipedia: OpenOffice.org Java controversy]&lt;/div&gt;</summary>
		<author><name>Jwarnier</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Performance&amp;diff=2306</id>
		<title>Performance</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Performance&amp;diff=2306"/>
		<updated>2005-11-29T12:49:23Z</updated>

		<summary type="html">&lt;p&gt;Jwarnier: /* Known areas for impovement */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Known areas for improvement ==&lt;br /&gt;
&lt;br /&gt;
=== system issues ===&lt;br /&gt;
* Linux / Linking - relocation processing is very [http://go-oo.org/~michael/performance.odp slow] two possible ways to fix that&lt;br /&gt;
** re-ordering symbol &amp;amp; elf hash tables to improve cache locality, lots of good &amp;amp; simple ideas here.&lt;br /&gt;
** -Bdirect implementation [http://sourceware.org/ml/binutils/2005-10/msg00436.html] - gaining little traction.&lt;br /&gt;
* Linux / I/O scheduling &amp;amp; pre-loading is poor&lt;br /&gt;
&lt;br /&gt;
=== General I/O &amp;amp; memory issues ===&lt;br /&gt;
* Config mgr - scattered files&lt;br /&gt;
* UI configuration - tons of scattered files&lt;br /&gt;
* .rdb files - loads of empty space, mmap + random access pattern&lt;br /&gt;
&lt;br /&gt;
== Helpful tooling ==&lt;br /&gt;
&lt;br /&gt;
* [[cold-start-simulator|Linux/cold-start]] simulator&lt;br /&gt;
* [[relocstat]] - dump relocation data&lt;br /&gt;
* [http://tools.openoffice.org/profiling/profiling-howto.html RTL_LOGFILE] - export RTL_LOGFILE=/tmp/foo&lt;br /&gt;
* [[valgrind]] - debug / trace memory usage&lt;br /&gt;
* [[speedprof]] - a quick / hackish sampling full-stack-trace profiler &amp;amp; visualisation tool&lt;br /&gt;
&lt;br /&gt;
== Approaches being worked on == &lt;br /&gt;
* Config refactor - reduce seeks/files, better caching &lt;br /&gt;
* [[Disk Access]]&lt;br /&gt;
* -Bdirect linking&lt;br /&gt;
* FIXME - Malte - we should really have your list embedded here ...&lt;br /&gt;
&lt;br /&gt;
== Other Pages == &lt;br /&gt;
This Wiki page should become the ultimate authority on performance issues. Meanwhile, here are links to performance informationat other places&lt;br /&gt;
* [http://tools.openoffice.org/performance/ OpenOffice.org Performance Tuning page]&lt;br /&gt;
* [http://sw.openoffice.org/drafts/optimization.html Writer (SW, XML, Math, Linguistic) specific Optimizations]&lt;br /&gt;
* [http://tools.openoffice.org/performance/performance-activities-overview.html Current &amp;amp; Planned Performance Activities]&lt;/div&gt;</summary>
		<author><name>Jwarnier</name></author>
	</entry>
</feed>