kilermage 0 Newbie Poster
Running Compiler
--------------------------------------
server.java:52: cannot access handling.Handlers.CommandManager
bad class file: .\handling\Handlers\CommandManager.java
file does not contain class handling.Handlers.CommandManager
Please remove or make sure it appears in the correct subdirectory of the classpath.
        public static CommandManager CommandManager = null;
                      ^
Press any key to continue . . .

What I did was I tried to package the file CommandManager. I fixed the other errors and this is the only error idk how to fix. Can someone help?