Skip to content
Advertisement

Tag: symbols

Cannot find symbol in same package and directory

I have two classes, Offering and Course. They are both in the same package and the same directory. Offering.java: Course.java: When I try to compile Offering, I get the errors: and I know that the error means the compiler is unable to do anything with ‘Course,’ but I don’t really know why. I also know that it will end up

Advertisement