So I have a big project do tonight at midnight, and I keep geting this error when trying to run the program.
Exception in thread "main" java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(StringTokenizer.java:235)
I can post the code, but its geting pretty long.. if anyone is familar with String Tokenizer's let me know.. thanks!
Exception in thread "main" java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(StringTokenizer.java:235)
I can post the code, but its geting pretty long.. if anyone is familar with String Tokenizer's let me know.. thanks!