https://bz.apache.org/ooo/show_bug.cgi?id=128157

--- Comment #8 from [email protected] ---
Putting a breakpoint and stepping takes us to:

/aoo-trunk/main/jvmfwk/source/framework.cxx:737

Where it gets to calling jfw_plugin_getJavaInfoByPath() on the plugin.

That comes from 
/aoo-trunk/main/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx

It fails here:
352         rtl::Reference<VendorBase> aVendorInfo = getJREInfoByPath(ouPath);
353         if (aVendorInfo.is() == sal_False)
354             return JFW_PLUGIN_E_NO_JRE;

That getJREInfoByPath() function is in:
/aoo-trunk/main/jvmfwk/plugins/sunmajor/pluginlib/util.cxx

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to