i\'m trying to remove junk files by using
Process p = Runtime.getRuntime().exec();
it works fine as long as i do not use wildcards, i.e. th
Might I suggest that you let Java do this for you?
Advantage: improved portability, saves the cost of an exec()