MaxPower
04/09/2018, 4:43 PMal jar = ToolProvider.findFirst("jar").orElseThrow()
jar.run(null, null, "--create", "file=foo.jar", "--main-class=foo.bar", "-C", "baz", ".")
I get an overload ambiguity error. I am unsure how to resolve this, as the two methods are in the class (interface) one is an unimplemented method, and the other is a default method