79222939

Date: 2024-11-25 12:05:55
Score: 1
Natty:
Report link

It seems like this is an issue with the version of JNA that I used. Updating it to the newest fixed that error.

pom.xml:

<dependency>
    <groupId>net.java.dev.jna</groupId>
    <artifactId>jna</artifactId>
    <version>5.15.0</version>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: CAA