Ecllippse is having a brain fart.
My eclipse is totally screwing with me right now.... I want to work on code, but it won't even recognize:
System.out.println("Hello");
I have no classes or variables or anything named System in my package, and this line works in the other classes, just not my Inventory class. I tried restarting it.... I checked StackOverFlow....
I'll update if I figure it out. Or maybe I'll just use a hammer to fix it.
I guess I can keep trying to make other bits of code without it, but I use System.out.println to test a lot of things. Hrmmmm. Frustrating.
System.out.println("Hello");
I have no classes or variables or anything named System in my package, and this line works in the other classes, just not my Inventory class. I tried restarting it.... I checked StackOverFlow....
I'll update if I figure it out. Or maybe I'll just use a hammer to fix it.
I guess I can keep trying to make other bits of code without it, but I use System.out.println to test a lot of things. Hrmmmm. Frustrating.
Comments
Post a Comment