Re: strange java 7 behavior on windows ( star arg "*")

2012-04-13 Thread daniel lutoff
Thanks Kumar, Yes it seems very similar ! I'll try the workaround (instead of "*", use "*;") Thanks Daniel Le 13/04/12 17:14, Kumar Srinivasan a écrit : Hi Daniel, It is likely you are running into this issue: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7146424 Thanks Kumar Hi al

strange java 7 behavior on windows ( star arg "*")

2012-04-13 Thread daniel lutoff
Hi all, I've notice a strange java 7 behavior on windows when a "*" is used as argument: Here is the test case, just printed out the args (pretty simple as you can see): public class TestStar { public static void main(String args[]) { for (String _arg : args)