java.base is not on,模块java.base无法读取模块java.desktop
When I run this test (using jmockit and TestNG, not sure if that's relevant):public class Test {@Test public void test(@Mocked ProcessBuilder pb) throws IOException {new Expectations() {{ pb.start(); ...