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 1dad467 commit c766854Copy full SHA for c766854
linker/src/main/java/io/helidon/build/linker/ClassDataSharing.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2019, 2022 Oracle and/or its affiliates.
+ * Copyright (c) 2019, 2024 Oracle and/or its affiliates.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -365,7 +365,7 @@ private void buildCdsArchive() throws Exception {
365
}
366
if (Constants.OS == OSType.Windows) {
367
// Try to make the archive file writable so that a second run can delete the image
368
- archiveFile.toFile().setWritable(true);
+ jri.resolve(archiveFile).toFile().setWritable(true);
369
370
371
0 commit comments