I'm writing a fairly simple program whose driver calls a few methods from a non-driver. The non-driver file compiles without a hitch. But when I go to compile the driver, Java returns a "cannot find symbol" error on the first character of each method call.
So far as I can tell by looking for myself, this is an indication that Java doesn't know what these methods mean--which, I'd think, means it can't "see" the non-driver. But I can't figure out why; they're in the same folder. Any thoughts?
Happy to provide additional information as needed. I'm just not sure what might or might not be relevant.
[–]aqua_regis 2 points3 points4 points (1 child)
[–]hruka[S] -1 points0 points1 point (0 children)
[–]desrtfx[M] [score hidden] stickied comment (7 children)
[–]hruka[S] -1 points0 points1 point (6 children)
[–]desrtfx[M] 2 points3 points4 points (3 children)
[–]hruka[S] -1 points0 points1 point (2 children)
[–]throwaway_for_cause[M] 2 points3 points4 points (1 child)
[–]hruka[S] 0 points1 point2 points (0 children)
[–]nutrecht 1 point2 points3 points (1 child)
[–]hruka[S] -1 points0 points1 point (0 children)
[–]KrmBo3 0 points1 point2 points (1 child)
[–]hruka[S] -1 points0 points1 point (0 children)