| View previous topic :: View next topic |
| Author |
Message |
Shahriar Vaghar Guest
|
Posted: Tue Apr 13, 2004 10:58 pm Post subject: import * not working |
|
|
I have a Jbuilder X version 10 project. The following "import" statement
does not work.
import com.mycompany.*;
I get this error during compile time:
"AClass.java": cannot resolve symbol: variable AdGlobalFunc in class
com.mycompany.... at line 47, column 7
But the complete import statement works fine: import
com.mycompany.AdGlobalFunc;
with no compile error! What is wrong with project. My project "Required
Libraries" property includes the
required classpath.
Thanks, Shahriar
|
|
| Back to top |
|
 |
Lori M Olson (TeamB) Guest
|
|
| Back to top |
|
 |
Adrian Pitulac Guest
|
Posted: Thu Apr 15, 2004 8:03 pm Post subject: Re: import * not working |
|
|
also interested by this problem....
please tell me if you had found an answer.....
|
|
| Back to top |
|
 |
k.mann Guest
|
Posted: Fri Apr 23, 2004 10:20 am Post subject: Re: import * not working |
|
|
I have the same problem. What was the answer?
Is there a link of the post that was discussed before?
|
|
| Back to top |
|
 |
|