Search found 3 matches

by Lazarus
Mon May 17, 2004 6:16 am
Forum: Java
Topic: Classes
Replies: 3
Views: 1694

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 ...
by Lazarus
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 :oops:
by Lazarus
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 ...