-
Notifications
You must be signed in to change notification settings - Fork 51
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
javah is depricated #379
Comments
@boxxxie Ok, I'll have a look when I have time. |
thanks for the quick reply I am using different JVMs for different things. Choco works fine so far with whatever JVM I use. (i'm using JDK8 when trying to get ibex to work) I did a search through the ibex code for so far i haven't gotten ibex to work with choco. The docs have not helped me at all, as they haven't been updated, and the choco docs just point to the ibex docs, and I'm not a java dev, I'm a clojure dev. I'm using choco in a clojure project. however when i get ibex working on JVM8 i'll see if i can get it working using ---- sidebar ---- however, since you guys did a lot of work already on the java side, maybe you guys could give me some pointers for getting things to work. i see that the compiled output (i have no problems compiling) produces a .jar and some .so files... i have to point my java classpath to the dir related to these files (this is easy in clojure). however i don't want to have a build process for distributing the code, do you think it's possible to wrap everything in a jar (ibex, the jni header files, and other stuff i can figure out how to compile) and have java point to that? |
What kind of updates are your talking about? The way ibex is working with choco is the same since the beginning and it's documented here and there.
As far as I know, a jar file wraps java classes. You cannot put a .so library in it. |
i have been able to get ibex working. |
https://openjdk.java.net/jeps/313
i'm using ibex with choco.
can someone help me with how to fix ibex so that i can run it with javac as opposed to javah
thanks
The text was updated successfully, but these errors were encountered: