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

Support for jRuby + Windows #43

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

keeguon
Copy link

@keeguon keeguon commented Jun 1, 2016

I was deploying some Rails application on Windows and noticed that there was an issue regarding the PID detection in Java. I fixed it using JNA. The jars may not be required automatically so if you intend to use it and the java_import calls aren't working please do the following:

require 'jna.jar'
require 'jna-platform.jar'

I'm available regarding any questions on the matter.

P.S.: I know some of the commits are a bit light but I was hacking this rapidly and made some mistakes along the way.

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

Successfully merging this pull request may close these issues.

1 participant