I have looked at every tutorial on using command-line arguments in NetBeans known to man and I am starting to think it's not me (famous last words)!
This image is from right-clicking on the project and going to the run tab. I set my main class appropriately, put in my arguments, but I'm still always hitting the line that says that the length of my arguments is less than 4. In fact, when I try to print args[0] I get a IndexOutOfBoundsException. Any thoughts?
Here is the top of my Java file, as requested!

Also, here is another more simple example with it still not working as I would expect. I've tried to include all the steps I took:





