Import in netbeans?

i created an enterprise application in netbeans 5.5. There were 2 module. web module & ejb module. I created java class in web module. & i want 2 create a new ejb that import that web module java class, how can i do that?
[236 byte] By [kalinggaa] at [2007-10-3 1:35:12]
# 1
Why are you creating those modules in the first place? (I'd think those modules are independent.)
CeciNEstPasUnProgrammeura at 2007-7-14 18:33:15 > top of Java-index,Java Essentials,Java Programming...
# 2

coz i thought i hav 2 create the java class in the source package folder...?& for the web, i create it in /webmodule/src/java

for the ejb, i create it in /ejbmodule/src/java

But why i can't import the java class in the web module to the java class in the ejb module?

What should i do?

kalinggaa at 2007-7-14 18:33:15 > top of Java-index,Java Essentials,Java Programming...