Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in compilation: c-src/terminal.c:1:10: fatal error: jni.h: N such file or directory #36

Open
shishironline opened this issue Apr 12, 2020 · 1 comment

Comments

@shishironline
Copy link

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

@eraserhd
Copy link
Member

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.

See here and
here.

Good luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants