You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/jdk.jpackage/linux/classes/jdk/jpackage/internal/LibProvidersLookup.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
* or visit www.oracle.com if you need additional information or have any
23
23
* questions.
24
24
*/
25
-
packagejdk.incubator.jpackage.internal;
25
+
packagejdk.jpackage.internal;
26
26
27
27
importjava.io.IOException;
28
28
importjava.nio.file.Files;
@@ -153,17 +153,17 @@ public interface PackageLookup {
153
153
//
154
154
// Typical ldd output:
155
155
//
156
-
// ldd: warning: you do not have execution permission for `/tmp/jdk.incubator.jpackage17911687595930080396/images/opt/simplepackagetest/lib/runtime/lib/libawt_headless.so'
156
+
// ldd: warning: you do not have execution permission for `/tmp/jdk.jpackage17911687595930080396/images/opt/simplepackagetest/lib/runtime/lib/libawt_headless.so'
0 commit comments