error when compiling java program 'Cannot find symbol'
问题 I get these errors when trying to compile 'PongMain.java' with the javac -g command in terminal: Errors: tests-iMac:~ finnfallowfield$ javac -g /Users/finnfallowfield/Desktop/Developer/Java\:Javascript/Game\ Development/Java\ Pong/src/main/pong/PongMain.java /Users/finnfallowfield/Desktop/Developer/Java:Javascript/Game Development/Java Pong/src/main/pong/PongMain.java:9: error: cannot find symbol import main.pong.Ball; ^ symbol: class Ball location: package main.pong /Users/finnfallowfield