Hi

I'm using JBuilder 9 (JDK1.4) and I'm not sure if this problem is in
Java or specific to JBuilder:

I wrote 3 .java files all in the same directory: ./src/RFMod
ToArrayConverters.java
RFDriver.java
rfTest.java

All start with:
package RFMod;

followed by:
in RFDriver.java :
import java.util.*;
import RFMod.ToArrayConverters.java

in rfTest.java:
import RFMod.RFDriver

When I try to Make RFMod.jpx, I get the following error:
"RFDriver.java": cannot resolve symbol: class ToArrayConverters in
package RFMod at line 4, column 14
(This is the import statement!)

How is this possible? The files are in the same directory and should be
in the same package, not true?

Any help appreciated
Chavoux

Reply via email to