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
This never happened before but all of a sudden I am now getting this error when running my complied Mac osx application:
java.lang.UnsatisfiedLinkError: /private/var/folders/0f/trlp6tp95qjbzm99ds8pt8zm0000gp/T/1590983115354-libjSerialComm.jnilib: dlopen(/private/var/folders/0f/trlp6tp95qjbzm99ds8pt8zm0000gp/T/1590983115354-libjSerialComm.jnilib, 1): no suitable image found. Did find:
/private/var/folders/0f/trlp6tp95qjbzm99ds8pt8zm0000gp/T/1590983115354-libjSerialComm.jnilib: code signature in (/private/var/folders/0f/trlp6tp95qjbzm99ds8pt8zm0000gp/T/1590983115354-libjSerialComm.jnilib) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.
Is it possible to include the native libjSerialComm.jnilib and manually point to where it's located?
The text was updated successfully, but these errors were encountered:
This never happened before but all of a sudden I am now getting this error when running my complied Mac osx application:
Is it possible to include the native
libjSerialComm.jnilib
and manually point to where it's located?The text was updated successfully, but these errors were encountered: