purpledawn
Programmer
Hi. I am just learning Java, coming to it with some VB and VBA, and couple obscure languages. I am trying to compile a class and I am getting an error that I can't figure out.
I had both JDK 1.2 and JDK 1.3 installed on my machine. The class I am trying to compile was written for 1.2. It compiled fine when both versions were installed, but it wouldn't run (ClassDefNotFoundError). I uninstalled 1.2, and now I get a 'cannot resolve symbol' error when accessing a (.zip) package when I try to compile the class. It should work with 1.3, right? Why did it compile before, but not now?
Any help is appreciated. Thanks.
I had both JDK 1.2 and JDK 1.3 installed on my machine. The class I am trying to compile was written for 1.2. It compiled fine when both versions were installed, but it wouldn't run (ClassDefNotFoundError). I uninstalled 1.2, and now I get a 'cannot resolve symbol' error when accessing a (.zip) package when I try to compile the class. It should work with 1.3, right? Why did it compile before, but not now?
Any help is appreciated. Thanks.