• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

JBuilder Help!

EpsiIon

Platinum Member
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
 
Back
Top