https://bugs.freedesktop.org/show_bug.cgi?id=39659

--- Comment #35 from [email protected] 2011-11-24 02:04:38 UTC ---
It seems like altering the xml-file doesn't do it alone.
I changed the javavendors.xml of my LibO 3.4.4 Installation to this:

~~~~~~
<?xml version="1.0" encoding="UTF-8"?>

<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

 <updated>2011-11-24</updated>

 <vendorInfos> 
  <vendor name="Sun Microsystems Inc.">
    <minVersion>1.5.0</minVersion>
  </vendor>
  <vendor name="Oracle Corporation">
    <minVersion>1.7.0</minVersion>
  </vendor>
  <vendor name="IBM Corporation">
    <minVersion>1.5.0</minVersion>
  </vendor>
 </vendorInfos>

 <plugins>
  <library vendor="Sun Microsystems
Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dll</library>
  <library vendor="Oracle
Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dll</library>
  <library vendor="IBM
Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dll</library>
 </plugins>
</javaSelection>
~~~~~~

Of course quickstart was off while doing so. After a restart of LibO, it still
wasn't able to detect Java 1.7.1. The patch linked from Stephan Bergmann
includes more code changes then only in the "javavendors_%OS%.xml", so I guess
all the changes are necessary, to have LibO detect Java 7.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to