-
Notifications
You must be signed in to change notification settings - Fork 25
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
Thoughts of merging into JNA #1
Comments
Glad it's working well for you. The security scoped bookmarks was one of the things I originally developed this for in my own projects. I'm happy to contribute the code into jna, but I suspect that it doesn't really for into that project's goals. Jna seems to be a platform independent library whereas the objc bridge is strictly for os x. That said, if he wants to integrate it, he's welcome to. |
There is a part of JNA, the jna-platform, which has exactly jna bindings to base/core system libraries. |
I have posted an issue in the JNA issue tracker to see if there is any interest. |
Here's my original thread: I think jna-platform is platform specific bindings, but it's all Java and not extending anything on the JNA native code. So for Java-Objective-C-Bridge we'd need to add the native code to the JNA native component. |
porting JNA to JNI will be a good thing? |
Adding a random note: |
Good point about the JPMS package overlap issue. I have fixed it so that there is no longer a package overlap. |
I've only used this project to do same basic calls into Objective C (the Security Scoped Bookmarks NSURL methods) but it's been working extremely well for me, and getting things done went much more smooth than originally expected.
So first of all congrats on an amazingly simple yet powerful library! I get the feeling it's heavily under-appreciated...
Not sure if this ever came up, nor have I asked twall from JNA about this, but wouldn't your Objective-C-Bridge fit right in with the JNA project?
The text was updated successfully, but these errors were encountered: