We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
This code fails during compilation, because com.sun.security.auth.module.UnixSystem() is not present on windows https://github.com/jruby/jruby/blob/master/core/src/main/java/org/jruby/RubyProcess.java#L579
[ERROR] C:\moje\projekty\jruby\jruby\core\src\main\java\org\jruby\RubyProcess.ja va:[579,61] error: cannot find symbol
Possible solution: http://www.snip2code.com/Snippet/120893/Safer-option-to-getting-the-current-user
The text was updated successfully, but these errors were encountered:
#2260 is a duplicate of this
Sorry, something went wrong.
No branches or pull requests
This code fails during compilation, because com.sun.security.auth.module.UnixSystem() is not present on windows
https://github.com/jruby/jruby/blob/master/core/src/main/java/org/jruby/RubyProcess.java#L579
Possible solution:
http://www.snip2code.com/Snippet/120893/Safer-option-to-getting-the-current-user
The text was updated successfully, but these errors were encountered: