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
Resolved possible jnidispatch.dll conflict on Windows
from: processing/processing#2239
If there's is some other Java program installed that uses JNA and
jnidispatch.dll happens to be in the path then JNA in Processing
will try to load it and probably crash due to some version mismatch.
The issue can easily be solved by setting jna.nosys to make sure JNA
will always extract the correct native lib from it's jar and ignore
any libs in the system path:
-Djna.nosys=true
Fixarduino#1948
0 commit comments