Search found 3 matches
same problem but now it works
I was trying to test if a class I wrote would work by using another program with a main() statement, I was trying to call it but it couldnt find it. both of these files were saved in the same directory and my created class did compile. What gives? My classpath was messed up. lets say I'm compiling ...
- Sun May 16, 2004 10:33 pm
- Forum: Java
- Topic: cannot resolve symbol
- Replies: 1
- Views: 960
never mind, forgot to add a line
I should have put at the very beginning of my program one important line
The line?
import java.awt.Rectangle;
woops
The line?
import java.awt.Rectangle;
woops
- Sun May 16, 2004 9:00 pm
- Forum: Java
- Topic: cannot resolve symbol
- Replies: 1
- Views: 960
cannot resolve symbol
I just started out with java, and I must say so far all I've seen is a lot of errors regarding classpath, and path settings in the windows environment variables. Why anyone would choose to subject a beginner to this kind of stocus tauri is beyond me. I installed the jdk properly but no classpath ...