View Single Post
Old 10-07-2016, 01:51 AM   #57
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Gregg Bell View Post
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.
Doitsu is offline   Reply With Quote