-
Notifications
You must be signed in to change notification settings - Fork 526
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
Problem: JNI binding for zactor not generated #1443
Comments
The problem is that the JNI binding generator can't handle with callbacks as parameters: https://github.com/zeromq/zproject/blob/master/zproject_java_lib.gsl#L156
So the class is skipped given the constructor can't be generated. @sappo @asokoloski any idea how to fix this? |
@bluca This requires somebody with deep JNI knowledge. I sadly don't have a clue how to fix it nor have the time to investigate it. |
Ok, thanks. Given it's a zproject problem I've opened an issue there: zeromq/zproject#776 |
This is preventing from compiling the JNI bindings for malamute, since they refer to the
Zactor
class:The text was updated successfully, but these errors were encountered: