-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of
System.out
and System.err
in favor of regular logging
- Loading branch information
1 parent
e5b34ec
commit e67cd22
Showing
11 changed files
with
3,625 additions
and
1,973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
contrib/platform/test/com/sun/jna/platform/TestNativeLoad.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
package com.sun.jna.platform; | ||
|
||
import com.sun.jna.NativeLibrary; | ||
|
||
public class TestNativeLoad { | ||
public static void main(String[] args) { | ||
System.setProperty("jna.debug_load", "true"); | ||
NativeLibrary.addSearchPath("test", "/home/matthias/src/jnalib/"); | ||
NativeLibrary.getInstance("test"); | ||
} | ||
} |
Empty file.
Oops, something went wrong.