SneakyLaiji / jodconverter

Automatically exported from code.google.com/p/jodconverter
0 stars 0 forks source link

Need to set default path for latest version of office in OfficeUtils.class #122

Open sbhimani12 opened 6 years ago

sbhimani12 commented 6 years ago

There is only supported office 3 version. Verify below code from OfficeUtils.class in 79 Line no.


return findOfficeHome(
                programFiles + File.separator + "OpenOffice.org 3",
                programFiles + File.separator + "LibreOffice 3"
            );

image