Changes between Version 1 and Version 2 of Ticket #8561, comment 7
- Timestamp:
- 2013-04-25T14:51:24+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8561, comment 7
v1 v2 1 1 Implementation does not work anymore on Windows after upgrading to 6u45/7u21 because of [http://stackoverflow.com/a/16093067/2257172 breaking changes of Runtime.exec()]. 2 2 3 The command string need to be replaced by an array. 3 The command string need to be replaced by an array, without quoting the executable.


