[HELP] Java expert needed on fdo#61726

Noel Grandin noel at peralex.com
Tue Mar 5 06:20:32 PST 2013


On 2013-03-05 16:01, Lionel Elie Mamane wrote:
> Hi,
>
> If someone with a better clue at Java could take a look at
> https://bugs.freedesktop.org/show_bug.cgi?id=61726
> I'd be grateful.
>
> It completely breaks ReportBuilder, blocks other work on quite
> annoying / important bugs in ReportBuilder, ...
>
> >From what Google tells me, I don't understand how a
> IncompatibleClassChangeError can survive a "make clean && make", but
> there it is.
>
> Thanks in advance,
>

Normally when that happens it indicates that you have multiple copies of 
the same code in your CLASSPATH, and the two copies are from different 
versions of the code.

Do you perhaps have a plugin installed that contains java code?

If it contains old copies of some of the LO class files, that would 
definitely cause problems.

Or perhaps someone is trying to install a newer version of Pentaho and 
use it with LO, which is also likely to be a no-no.

Disclaimer: http://www.peralex.com/disclaimer.html




More information about the LibreOffice mailing list