NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
netbeans.org Posted via mailing list.
|
Posted: Wed Oct 28, 2009 8:49 pm Post subject: Netbeans 6.7.1 complains about package not existing in inport statement. |
|
|
I created a project with two classes. One is net.tupari.logging.Logger.
The second class looks like this:
package net.tupari.filter;
import net.tupari.logging.*;
public class FFF {
public void misc(){
Logger.log(1,"misc() called");
}
}
The project builds just fine, but the netbeans gui has a red sqiggle under
the import statement (package not found) and Logger (cannot find symbol).
Why is that? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|