M
Matt Baker
Guest
Your class name probably doesn't match the file name case. Unix file systems are case sensitive and first reference to classes during compile has to match. Either consistently use camel case or consistently use lower case in both the file names and the source code.
Continue reading...
Continue reading...