File tree Expand file tree Collapse file tree
src/main/java/vanilla/java/affinity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 </dependency >
3939 <!-- on linux install with sudo apt-get install libjna-java -->
4040 <dependency >
41- <groupId >com.sun .jna</groupId >
41+ <groupId >net.java.dev .jna</groupId >
4242 <artifactId >jna</artifactId >
43- <version >3.2.7</version >
44- <scope >system</scope >
45- <systemPath >/usr/share/java/jna.jar</systemPath >
43+ <version >3.4.0</version >
4644 </dependency >
4745 </dependencies >
4846
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public enum NativeAffinity implements AffinitySupport.IAffinity {
3939 start = rdtsc0 ();
4040 loaded = true ;
4141 } catch (UnsatisfiedLinkError ule ) {
42- System .out .println ("Unable to find libaffinity in " + System .getProperty ("java.library.path" ) + " " + ule );
42+ System .out .println ("Debug: Unable to find libaffinity in " + System .getProperty ("java.library.path" ) + " " + ule );
4343 start = 0 ;
4444 loaded = false ;
4545 }
You can’t perform that action at this time.
0 commit comments