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
* The file from JAR is copied into system temporary directory and then loaded. The temporary file is deleted after exiting.
41
43
* Method uses String as filename because the pathname is "abstract", not system-dependent.
42
44
*
43
45
* @throws java.lang.IllegalArgumentException If the path is not absolute or if the filename is shorter than three characters (restriction of @see File#createTempFile(java.lang.String, java.lang.String)).
44
46
* @param path a {@link java.lang.String} object.
45
-
* @param source a {@link java.lang.Class} object.
47
+
* @param source {@code Class} whose class loader should be used to look up the resource in the JAR file
46
48
* @throws java.io.IOException if any.
49
+
* @throws UnsatisfiedLinkError if loading the native library fails.
0 commit comments