Hey, im currently making a 3D modeling program in java (its for a game). And, everything was working fine until yesterday. Eclipse shows no errors, and this shouldn't be happening, but I get the
I know what it means, but I cant seem to fix it. My code is too long to post here (1000+ lines), but heres the section that is causing the error -Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
public static void main(String[] args) { new MCModeler(Integer.parseInt(args[0])); } }
If you want to see the full code, just ask.
Thanks