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
Retrieving com/gfredericks/test.chuck/0.1.18/test.chuck-0.1.18.jar from clojars
c-src/terminal.c:1:10: fatal error: jni.h: N such file or directory
1| #include <jni.h>
compilation terminated
ubuntu 19.10
Leiningen 2.9.1 on Java 14 (AdoptOpenJDK)
Same error on WSL on windows 10
Please help
The text was updated successfully, but these errors were encountered:
Hi! This is no longer in active development. That being said, jni.h missing means that either you don't have a full JDK (instead of a JRE) set up, or maybe JDK has changed where the headers are located relative to the java.home property.
Retrieving com/gfredericks/test.chuck/0.1.18/test.chuck-0.1.18.jar from clojars
c-src/terminal.c:1:10: fatal error: jni.h: N such file or directory
1| #include <jni.h>
compilation terminated
ubuntu 19.10
Leiningen 2.9.1 on Java 14 (AdoptOpenJDK)
Same error on WSL on windows 10
Please help
The text was updated successfully, but these errors were encountered: