"cannot find symbol" errors in java
The problem that I have is that when I compile a program that instantiates objects, it spits out "cannot find symbol" on every line that I do that on. The program compiles and runs fine on other boxes and my laptop, but on my big box is churns that error out.
Thankfully I already know what the solution is after a bit of googling: uninstall Quicktime. It's been like that for a long time on my laptop which is the only system I do all my coding on.
But I'd actually like to code once in awhile on my big box and be able to use iTunes (since QT is directly linked to it now... hooray -_-). How can I do this? I've tinkered with my class path and cut out the quicktime line to no avail. Still gives the error.
And no, Google doesn't provide answers. Every link just says to chop out quicktime, no workaround.