I'm running into Main method not found in class Raytracer, please define the main method as: public static void main(String[] args).
But when I do that, I get a bunch of non-static method cannot be referenced from a static context (and no matter how much statics I append, I'm still stuck unable to run the program).
What should I do?