Re: CTRL+C is not working with java on latest cygwin 1.7.15

2012-07-12 Thread saltnlight5
@Earnie What value should I set to CYGWIN that you think it may affect CTRL+C behavior. I looked at http://cygwin.com/cygwin-ug-net/using-cygwinenv.html and I don't see any entries that related to CTRL+C. @K Stahl I did print you mine full java -version. See my previous email. Thanks, Zemian

RE: CTRL+C is not working with java on latest cygwin 1.7.15

2012-07-12 Thread saltnlight5
Thanks for the tips James, however, I tried the lastest snaphost cygwin1-20120708.dll.bz2 it still not working. James Johnston-5 wrote: -Original Message- Sent: Wednesday, July 11, 2012 20:07 Subject: Re: CTRL+C is not working with java on latest cygwin 1.7.15 Thanks for the

Re: CTRL+C is not working with java on latest cygwin 1.7.15

2012-07-12 Thread saltnlight5
there. Cheers, Zemian saltnlight5 wrote: Hi there, Before I upgraded cygwin, I used to be able to press CTRL+C to any java program, and it will trigger's shutdownhook and exit. But since I upgraded to latest cygwin, this is no longer working. Has anyone has this problem? My cygwin version

CTRL+C is not working with java on latest cygwin 1.7.15

2012-07-11 Thread saltnlight5
Hi there, Before I upgraded cygwin, I used to be able to press CTRL+C to any java program, and it will trigger's shutdownhook and exit. But since I upgraded to latest cygwin, this is no longer working. Has anyone has this problem? My cygwin version: $ uname -a CYGWIN_NT-5.1 L328BDS002023US

Re: CTRL+C is not working with java on latest cygwin 1.7.15

2012-07-11 Thread saltnlight5
I do have the latest cygwin install. In fact I re-installed just today and it's still not working. I printed the full version in my previous email. Was that not the lastest cygwin version? K Stahl wrote: Just tested with this against the latest release version (1.7.15) and everything works

Re: CTRL+C is not working with java on latest cygwin 1.7.15

2012-07-11 Thread saltnlight5
is my cygwin version: $ uname -srv CYGWIN_NT-5.1 1.7.15(0.260/5/3) 2012-05-09 10:25 Am I on the latest version as you said? Did I miss any other config? Thanks Zemian saltnlight5 wrote: I do have the latest cygwin install. In fact I re-installed just today and it's still not working. I

Re: CTRL+C is not working with java on latest cygwin 1.7.15

2012-07-11 Thread saltnlight5
Hi, I did compile and ran your Test.java program, and it's not working. I have java 6 $ java -version java version 1.6.0_26 Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode) K Stahl wrote: Hmm, what version of Java are you using?