array double /homes/iws/username/Desktop/bot.dat /homes/iws/username/Desktop/out.dat
first second third
String[] args will be an array of size 3. Since it is not uncommon for Windows path names to include spaces, this can be a problem; to get around this, you can put arguments in double quotes, like so:"first second third"
Which will result in just one argument; "first second third".