Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi,

On 03.06.2012 13:27, Rainer Bielefeld wrote:
Hi,

we were not lucky, most users will not be able to do “real life tests” that version because of “Bug 48946 – not find JRE”. I doubt that we will any Bug report for that version because of tests with Alpha1.

I looked at it and it turns out, that it is failing in jvmfwk/source/fwkbase.cxx:181 with:

The file: vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll does not exist."
But the Library is called sunjavaplugin.dll and not libsunjavaplugin.dll.

So we have really simple workaround for Alpha1:
go to
%INSTALL_DIR_LO_ALPHA1%\URE\misc\javavendors.xml

replace
<library vendor="Sun Microsystems Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll</library> <library vendor="Oracle Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll</library> <library vendor="IBM Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll</library>

libsunjavaplugin.dll through sunjavaplugin.dll :

<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>

LO -> Java Bridge is working now.

Patch attached and bz is updated.

Regards
David

What do you think about an alpha2?

More details and a poll here:
<http://rrbd.wordpress.com/2012/06/03/testing-3-6-0alpha1/>


Discussion please at <libreoffice-qa@lists.freedesktop.org> or by comment in the blog!

Of course I can not promise that that we will get an alpha2.

Best regards

Rainer
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

From 15da41af1845b45e00ac72cc77827a8b960d0e33 Mon Sep 17 00:00:00 2001
From: David Ostrovsky <David.Ostrovsky@gmx.de>
Date: Sun, 3 Jun 2012 13:42:11 +0200
Subject: [PATCH] fdo#48946: URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll does
 not exist.

Change-Id: If2d21c3f04459a4cee1ebb748ddc885915063b31
---
 .../OpenOfficeorg/javavendors_wnt.xml              |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml 
b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
index a7d4d89..5c92b7a 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
@@ -18,8 +18,8 @@
  </vendorInfos>
 
  <plugins>
-  <library vendor="Sun Microsystems 
Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll</library>
-  <library vendor="Oracle 
Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll</library>
-  <library vendor="IBM 
Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll</library>
+  <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>
-- 
1.7.5.4


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.