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.
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.