- Timestamp:
- Mar 31, 2013, 6:02:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/PlatformTools/src/net/oni2/platformtools/applicationinvoker/Wine.java
r724 r767 36 36 try { 37 37 res = ApplicationInvoker.executeAndWait(EExeType.OSBINARY, 38 null, new File("which"), params );38 null, new File("which"), params, false); 39 39 } catch (IOException e) { 40 40 e.printStackTrace();
Note:
See TracChangeset
for help on using the changeset viewer.