Create a file named "A & B.xls", double click on it in the File Browser. File won't open in Excel.
Reported by Niels.
bug appears on Windows, works fine on Mac OS X and Ubuntu.
these might be related:
http://bugs.sun.com/view_bug.do?bug_id=6468220
http://bugs.sun.com/view_bug.do?bug_id=6276512
http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=39ca20618d920b2cc9af54f70733a?bug_id=4507682
looks like a java bug. This fails on windows if passed a valid path
String path ="D:\\Work\\File Types\\excel & 2003.xls";
Runtime.getRuntime().exec(new String[] { "cmd", "/c", path});
looks like a java bug. This fails on windows if passed a valid path
String path ="D:\\Work\\File Types\\excel & 2003.xls";
Runtime.getRuntime().exec(new String[] { "cmd", "/c", path});
Runtime.getRuntime().exec(new String[] { "rundll32", "SHELL32.DLL,ShellExec_RunDLL", path });
seems to work (even on my 64 bit XP and 64 bit windows 7)
Runtime.getRuntime().exec(new String[] { "rundll32", "SHELL32.DLL,ShellExec_RunDLL", path });
seems to work (even on my 64 bit XP and 64 bit windows 7)
Issue #6179 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 10.0.3_01 |
No time estimate |
1 issue link |
relates to #9341
Issue #9341Explore option of subversion neither expand nor show file path. |
bug appears on Windows, works fine on Mac OS X and Ubuntu.
these might be related:
http://bugs.sun.com/view_bug.do?bug_id=6468220
http://bugs.sun.com/view_bug.do?bug_id=6276512
http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=39ca20618d920b2cc9af54f70733a?bug_id=4507682