I’ve made a little progress. I’ve gotten it to make a dll by running this command in the root of the extracted folder. However it still can’t find most of the classes it wants.
C:\Users\Robbie Litchfield\Documents\COMP539\Assignment 4\LanguageTool-2.2> ikvmc -target:library -r:IKVM.OpenJDK.Core.dll -r:IKVM.OpenJDK.Util.dll -r:IKVM.OpenJDK.Text.dll -recurse:libs*.jar -out:languagetool-2.2.dll
The output is here: