I know why, you can't .toInt(); the only way to do it is parseint :P just tries it :D only toString();
If anybody needs any help, send me a PM or post on my profile, I'll be sure to at least try 'n help you
I really want to learn, whats the difference between Integer x = Integer.parseInt(args[0]); and args[0].toInt(); so I know how to use it