https://bugs.documentfoundation.org/show_bug.cgi?id=101057

Caolán McNamara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from Caolán McNamara <[email protected]> ---
The number after _ is now 3 digits long. My guess for the lack of recognition
of the java version is...

jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx:140

//1.4.1_01-, 1.4.1_01a, the numerical part may only be 2 chars.
int len = pCur - pLast;
if (len > 2)
    return false;

if someone is in a position to build their own mac version and replace that 2
with something bigger (less that 128)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to