|
10 | 10 | /** |
11 | 11 | * Simple library class for working with JNI (Java Native Interface) |
12 | 12 | * |
13 | | - * @see http://frommyplayground.com/how-to-load-native-jni-library-from-jar |
14 | | - * @author Adam Heirnich <[email protected]>, http://www.adamh.cz |
| 13 | + * @see <a href="http://frommyplayground.com/how-to-load-native-jni-library-from-jar">http://frommyplayground.com/how-to-load-native-jni-library-from-jar</a> |
| 14 | + * @author Adam Heirnich <a href="mailto:mailto:[email protected]"></a>, <a href="http://www.adamh.cz"></a> |
15 | 15 | * @version $Id: $Id |
16 | 16 | * @since 1.1 |
17 | 17 | */ |
@@ -39,9 +39,9 @@ public static void loadLibraryFromJar(String path) throws IOException { |
39 | 39 | * The file from JAR is copied into system temporary directory and then loaded. The temporary file is deleted after exiting. |
40 | 40 | * Method uses String as filename because the pathname is "abstract", not system-dependent. |
41 | 41 | * |
42 | | - * @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)}). |
43 | | - * @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 | | - * @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)}). |
| 42 | + * @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)). |
| 43 | + * @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 | + * @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)). |
45 | 45 | * @param path a {@link java.lang.String} object. |
46 | 46 | * @param source a {@link java.lang.Class} object. |
47 | 47 | * @throws java.io.IOException if any. |
|
0 commit comments