Hey, I don't know how many of you are familiar with JBuilder, but I could really use some help. I have this file Map.java that I'm working on and JBuilder won't compile it. It keeps giving me the following error message:
"Map.java": Error #: 901 : package rpg.model.map stated in source C:\My Documents\School\(5) Winter 2003\CS50\rpg\model\map\Map.java does not match directory model.map at line 1, column 19
I don't know what's causing this because the file compiles just fine from the command line. Unfortunately, JBuilder will not build it properly.
Just so you know, line 1 is:
package rpg.model.map;
And if you need to know my classpath, it is:
SET CLASSPATH="C:\Program Files\Java\j2re1.4.0_01\QTJava.zip;.;..;C:\Programming\j2sdk1.4.0_01\lib\tools.jar;C:\mydocu~1\school\(5)win~1\cs50"
BTW, when I compile from the command line, I have to do it from the rpg directory and type: javac model\map\Map.java
Your help is greatly appreciated!
Epsilon
"Map.java": Error #: 901 : package rpg.model.map stated in source C:\My Documents\School\(5) Winter 2003\CS50\rpg\model\map\Map.java does not match directory model.map at line 1, column 19
I don't know what's causing this because the file compiles just fine from the command line. Unfortunately, JBuilder will not build it properly.
Just so you know, line 1 is:
package rpg.model.map;
And if you need to know my classpath, it is:
SET CLASSPATH="C:\Program Files\Java\j2re1.4.0_01\QTJava.zip;.;..;C:\Programming\j2sdk1.4.0_01\lib\tools.jar;C:\mydocu~1\school\(5)win~1\cs50"
BTW, when I compile from the command line, I have to do it from the rpg directory and type: javac model\map\Map.java
Your help is greatly appreciated!
Epsilon