Quote:
Originally Posted by Gregg Bell
 Okay, thanks. I got it in LO.
|
We're making progress...
As for the jar file issue, your file manager treated it like an archive and displayed the jar file contents instead of opening it with Java. (JAR = Java Archive)
And the
java -jar languagetool.jar command didn't work because you executed it in the Downloads folder. You'll have to enter a cd command first to go to the LanguageTool-3.5 folder:
Code:
cd Downloads
cd LanguageTool-3.5
java -jar languagetool.jar
However, now that you got the LibreOffice extension working, you don't need the standalone tool, unless you want to give the Sigil plugin a try.