readthefuckingmanual.net

[SOLVED] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native

Error added: 2021-09-16T15:12:08Z

0 people waiting for the answer...

2 answers found.

Answer 2674 (66.666664% helpful)

Add dependency on net.java.dev.jna:jna:5.8.0 - see https://github.com/testcontainers/testcontainers-java/issues/3610 (although it's not quite the same problem)
Permalink

Answer 2673 (50.0% helpful)

Often caused by noexec being set on the /tmp dir.
Configure your Java to use a different area, e.g.:
./mvnw -Djna.tmpdir=${JENKINS_HOME}/tmp -Djava.io.tmpdir=${JENKINS_HOME}/tmp package
Permalink

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here: