src\server\Server.java:102: cannot find symbol
symbol : method initialize()
location: class server.event.CycleEventHandler
CycleEventHandler.initialize();
Errors like these you need the import
Woops accidentally skipped over that one.
I fixed all the other symbol ones though. and After I fixed them, I got what I originally posted.