Skip to content

no suitable method found for replaceAll(String,String,String) #3

Description

@terreb

As a result of this step "Go into the h2 directory and run build.sh to compile h2" I get:

src/tools/org/h2/build/BuildBase.java:135: error: no suitable method found for replaceAll(String,String,String)
pattern = replaceAll(pattern, "/", File.separator);
^
method List.replaceAll(UnaryOperator) is not applicable
(actual and formal argument lists differ in length)
method ArrayList.replaceAll(UnaryOperator) is not applicable
(actual and formal argument lists differ in length)

Please advise. Thanks.

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