I'm trying to run a java class in IntelliJ, this class inherits from other classes in the same package and when I try to run it using command line prompt I get so many "cannot find symbols" errors.
My Java directory looks like this: 
My cmd command: C:\Users\Musta\IdeaProjects\Prototype\src\test\java\org\example>javac LilacServer.java