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

"io/console not supported" on Win7 Enterprise (setup information included) #2944

Open
cmichon opened this issue May 15, 2015 · 4 comments
Open

Comments

@cmichon
Copy link

cmichon commented May 15, 2015

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.

@boskowski
Copy link

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

installed from zip with

JAVA_HOME=C:\Program Files\Java\jdk1.8.0_31
JRUBY_HOME=C:\jruby-1.7.20
PATH=C:\jruby-1.7.20\bin;%PATH%

@headius
Copy link
Member

headius commented Jun 2, 2015

Can you run with -Xnative.verbose=true and gist the output for us?

@boskowski
Copy link

here you go

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

@cshupp1
Copy link

cshupp1 commented Jun 5, 2015

This bug is affecting our project too. In our case it pretty much breaks it on windows. I would just up vote if I could find the equivalent here...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants