Exception in thread “main” java.lang.IllegalAccessError: failed to access class
问题 So I'm trying to run a particular file called CountdownTree.java that inherits functions from a bunch of other files in the package comp2402a4. These were all starting files given by my instructor that I'm supposed to add to, and there shouldn't be any errors running these files. I compiled it using 'javac comp2402a4/CountdownTree.java' and it compiled fine with no problems. But when I try to run it using 'java comp2402a4/CountdownTree.java', I get the error: Exception in thread "main" java