Page 1 of 1

Interference between Java extensions

Posted: Tue Mar 31, 2015 9:23 am
by RoryOF
Preliminary note: I'm only playing with this in my attempts to understand Java, so it is not urgent or important.

I have a Java extension (BesserwissA from University of Bremen, source at http://sourceforge.net/projects/astool/) which, after minor tweaking, now compiles and installs on OO 4.1.1, both in 32 and 64 bit implementations running on Xubuntu 32 and 64 bit versions. However, if LanguageTool is installed before this, the BesserWissA install fails with XInterface "Unable to register Implementation exception" error. If LanguageTool is removed, the BesserWissA install proceeds correctly. If BesserWissA is installed first, then LanguageTool installs with no complaints.

Can anyone direct me towards an understanding of why there is crosstalk between these applications?

Rory

Re: Interference between Java extensions

Posted: Tue May 12, 2015 8:33 am
by Irvine_Himself
I wrote a few mildly complex rule sets for LT, (for example the sentence fragment rule,) and found the people there to be very friendly and anxious to fix a few bugs I found in the way rules were parsed.

You can find the forum at
http://languagetool-user-forum.2306527.n4.nabble.com/

Irvine