|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Don't use exec(String). Use exec(String,String[]).
String[] openArgs = { args[0] };
Process openFile = Runtime.getRuntime().exec("open",openArgs);
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.