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 still see #1614 (closed) too on Windows 7 Enterprise:
c:\>jruby -v -e ""
jruby 1.7.20 (1.9.3p551) 2015-05-04 3086e6a on Java HotSpot(TM) 64-Bit Server VM 1.8.0_45-b15 +jit [Windows 7-amd64]
io/console not supported; tty will not be manipulated
My setup is done through https://github.com/cmichon/jruby-ant. If you have Windows, java and ant+ivy, you can use it (type "ant" then "7") and you should get similar results.
Following Headius' request, I'm opening a new issue.
The text was updated successfully, but these errors were encountered:
Same on Windows 7 Professional (Version 6.1.7601 Service Pack 1 Build 7601):
C:\>jruby -v -e ""
jruby 1.7.20 (1.9.3p551) 2015-05-04 3086e6a on Java HotSpot(TM) 64-Bit Server VM 1.8.0_31-b13 +jit [Windows 7-amd64]
io/console not supported; tty will not be manipulated
C:\>jruby -Xnative.verbose=true -v -e ""
jruby 1.7.20 (1.9.3p551) 2015-05-04 3086e6a on Java HotSpot(TM) 64-Bit Server VM 1.8.0_45-b15 +jit [Windows 7-amd64]
Successfully loaded native POSIX impl.
io/console not supported; tty will not be manipulated
I still see #1614 (closed) too on Windows 7 Enterprise:
My setup is done through https://github.com/cmichon/jruby-ant. If you have Windows, java and ant+ivy, you can use it (type "ant" then "7") and you should get similar results.
Following Headius' request, I'm opening a new issue.
The text was updated successfully, but these errors were encountered: