NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Netbeans 6.7.1 complains about package not existing in inport statement.

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users
View previous topic :: View next topic  
Author Message
netbeans.org
Posted via mailing list.





PostPosted: Wed Oct 28, 2009 8:49 pm    Post subject: Netbeans 6.7.1 complains about package not existing in inport statement. Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo