Hi, thanks for the suggestions. I actually just tried to launch a kind of Hello world script:
import org.languagetool.*
import org.languagetool.language.*
public class Test
{
public static void main(String[] args)
{
JLanguageTool langTool = new JLanguageTool(new GermanyGerman());
}
}
This compiles, but I still cannot run the script: Main class not found or could not be loaded. Sorry for asking about such basic stuff, but I would really like to get this to work. Any help appreciated!
Cheers,
a