https://bz.apache.org/ooo/show_bug.cgi?id=128157
--- Comment #7 from [email protected] --- Frame #7: #7 0x00007f0775dad4ca in SvxJavaOptionsPage::AddFolder (this=this@entry=0x7f07755c2020, _rFolder=...) at /aoo-trunk/main/cui/source/options/optjava.cxx:581 contains: 578 else if ( JFW_E_NOT_RECOGNIZED == eErr ) 579 { 580 ErrorBox aErrBox( this, CUI_RES( RID_SVXERR_JRE_NOT_RECOGNIZED ) ); 581 aErrBox.Execute(); --- That eErr is set earlier, in line 532: 532 javaFrameworkError eErr = jfw_getJavaInfoByPath( _rFolder.pData, &pInfo ); -- You are receiving this mail because: You are the assignee for the issue.
