non-static variable cannot be referenced from a static context (java)
- by Greg
I ask that you ignore all logic.. i was taught poorly at first and so i still dont understand everything about static crap and its killing me.
My error is with every single variable that i declare then try to use later inside my methods... i get the non-static variable cannot~~ error
I can simply put all the rough coding of my methods inside my…