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

Use JNA/JFFI from JRuby to implement POSIX features #12

Closed
hns opened this issue Feb 22, 2010 · 5 comments
Closed

Use JNA/JFFI from JRuby to implement POSIX features #12

hns opened this issue Feb 22, 2010 · 5 comments

Comments

@hns
Copy link
Collaborator

hns commented Feb 22, 2010

The libraries used by JRuby to implement POSIX and other native features are now hosted at github: http://github.com/wmeissner/

@hns
Copy link
Collaborator Author

hns commented Feb 24, 2010

Initial code for this is already contained in the file module in the chmod() and symlink() functions.

http://github.com/ringo/ringojs/blob/941eaadf55326d3d6b022c5afab87ef222bbf7f4/modules/file.js#L151-171

@hns
Copy link
Collaborator Author

hns commented Mar 2, 2010

Note: a quick way to get these running is to copy the files jaffl.jar jffi*.jar jna.jar jnr.posix.jar from the build_lib directory in jruby somewhere into the ringojs lib directory.

http://github.com/jruby/jruby/tree/master/build_lib/

@hns
Copy link
Collaborator Author

hns commented Mar 2, 2010

@hns
Copy link
Collaborator Author

hns commented Mar 3, 2010

I just pushed initial support to my fork: 1476fe9

@hns
Copy link
Collaborator Author

hns commented Mar 3, 2010

closing

This issue was closed.
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

1 participant