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

--- Comment #8 from Stephan Bergmann <[email protected]> ---
* Maurice, the reason that LO tries to instantiate a JVM as soon as you are
"editing a cell function '=ROUND(D41*0.2,2)'" is probably the
CalcStockAddIn.oxt extension you have installed (per attachment 91363).  Maybe
the problem disappears if you disable or remove that extension.

* The "The selected JRE is defective" error box ultimately must be caused by
one of the four uses of JFW_PLUGIN_E_VM_CREATION_FAILED in
jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx (i.e., either unable to
load the JVM lib, no JNI_CreateJavaVM exported from that lib, or an error when
calling that JNI_CreateJavaVM).  On Windows, this is most likely caused by the
JVM lib depending on other libs (like a C++ runtime lib) that cannot be found;
maybe do_msvcr71_magic (jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx)
does not work as intended for some reason.

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