We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228ca64 commit 12a300aCopy full SHA for 12a300a
test/jdk/java/security/Security/ConfigFileTest.java
@@ -54,7 +54,7 @@ public class ConfigFileTest {
54
private static boolean overrideDetected = false;
55
56
private static Path COPY_JDK_DIR = Path.of("./jdk-8155246-tmpdir");
57
- private static Path COPIED_JAVA = COPY_JDK_DIR.resolve("bin", "java");
+ private static Path COPIED_JAVA = COPY_JDK_DIR.resolve("bin").resolve("java");
58
59
public static void main(String[] args) throws Exception {
60
Path copyJdkDir = Path.of("./jdk-8155246-tmpdir");
0 commit comments