Skip to content

Compiling errors when trying to run GenERRate #1

@stribizhev

Description

@stribizhev

When running

java GenERRate.java

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions