You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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: