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
Commit be98526 breaks the build on Windows, as I think com.sun.security.auth.module.UnixSystem is not available.
com.sun.security.auth.module.UnixSystem
RubyProcess.java:[579,61] error: cannot find symbol
Solution is to use reflection to load the class.
Already discussed with @cheald - opening issue to track.
The text was updated successfully, but these errors were encountered:
I think this should be moved into jnr-posix as the pure-Java version. Then we can remove any need for reflective soln from that library (which already calculates platform-specific info).
Sorry, something went wrong.
I still think we should move this to jnr-posix, but for now it makes sense to allow JRuby to compile on Windows again :)
Successfully merging a pull request may close this issue.
Commit be98526 breaks the build on Windows, as I think
com.sun.security.auth.module.UnixSystem
is not available.RubyProcess.java:[579,61] error: cannot find symbol
Solution is to use reflection to load the class.
Already discussed with @cheald - opening issue to track.
The text was updated successfully, but these errors were encountered: