-
Notifications
You must be signed in to change notification settings - Fork 90
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
fail of Java build #416
Comments
Sorry for the obvious question, but does this machine have Java installed (JDK, not just JRE)? |
I don't know, would in the case
work and
fail? Then we should add a requirement to the READMEs. |
Can you try the last answer here: http://stackoverflow.com/questions/13526701/javah-missing-after-jdk-install-linux ? Even if this solves the problem, we should probably add a note to the known issues about it. |
Was not my machine, so I can't try. Agreed, this should certainly go to known issues. |
this suggests that we could get rid of the dependency of |
I don't understand this - how? |
I interpret "can still be used" as "doesn't need to be used anymore". I don't know how though. I have no specific expertise on this. |
Still one question which should be answered in the requirement readme: Do we need JDK or is JRE sufficient? |
You need JDK to have |
Now documented in readme. |
Hi! Looks like a pretty comprehensive framework, impressive! I got stuck under MacOS 10.11.3 with the jni.h problem from above. javah can be found: Markuss-MBP:bbob2016coco wagner$ ls -l Markuss-MBP:bbob2016coco wagner$ ls -l Markuss-MBP:bbob2016coco wagner$ pwd Markuss-MBP:bbob2016coco wagner$ javah -version Markuss-MBP:bbob2016coco wagner$ javac -version Markuss-MBP:bbob2016coco wagner$ ls Markuss-MBP:bbob2016coco wagner$ python do.py run-java Traceback (most recent call last): Markuss-MBP:bbob2016coco wagner$ python --version which is why I am a little stuck even after reading Readme.md. Any ideas? I might be missing something that you have already documented. Thank you! |
Thanks for the detailed report! This problem is indeed different from the documented one. Can you check whether |
Alright, so However, based on http://stackoverflow.com/questions/20771803/where-can-i-find-the-jni-headers-for-mac-os the folder Next step: I updated Not sure if this can be closed now or not. Like I said: I am running MacOS 10.11.3 and Java 1.8, with both being reasonably current. |
Good to hear it works for you now! I'll keep the issue open until we find a general fix. |
Happy to help :) |
On an old Linux machine:
Two points
do.py
should have a verbosity flag. Also, often the call of the executed command from the shell gives more information, which should be somehow suggested to the user.The text was updated successfully, but these errors were encountered: