When running
I get
Note: GenERRate.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
error: compilation failed
And 100 errors of the following type:
GenERRate.java:859: error: cannot find symbol
InsertionFromFileOrSentenceError insert = new InsertionFromFileOrSentenceError(sentence, extraWords);
^
symbol: class InsertionFromFileOrSentenceError
location: class GenERRate
How to make it work after git clone...?
> java --version
openjdk 11.0.14.1 2022-02-08
OpenJDK Runtime Environment (build 11.0.14.1+1-Ubuntu-0ubuntu1.20.04)
OpenJDK 64-Bit Server VM (build 11.0.14.1+1-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)
When running
I get
And 100 errors of the following type:
How to make it work after
git clone...?