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]

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?