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
First call CommPortIdentifier.getPortIdentifiers() ,This can lead to repeated calls,because CommPortIdentifier.java static block It will also be called once CommPortIdentifier.getPortIdentifiers().
I think the this.testNativeCode(); in the NativeResource.javainJarLoad(String name) method should be deleted.
First call CommPortIdentifier.getPortIdentifiers() ,This can lead to repeated calls,because CommPortIdentifier.java static block It will also be called once CommPortIdentifier.getPortIdentifiers().
I think the
this.testNativeCode();
in theNativeResource.java
inJarLoad(String name)
method should be deleted.CommPortIdentifier.java
.....
NativeResource.java
The text was updated successfully, but these errors were encountered: