Hi all, I am quite a newbie here and just started to learn webobject. Just after several tutorials and came across this annoying problem, when I created a new component (without writing anything in it's java class yet), the compiler complained that the following 4 packages don't exist..oh what seems interesting is that the default component's Main.java also have these declarations but it passed the compiler. Anyone encountered such problem? How to solve it?
//declaration in MyClass.class import com.webobjects.foundation.*; import com.webobjects.appserver.*; import com.webobjects.eocontrol.*; import com.webobjects.eoaccess.*;
I was using xcode 2.1 to do all the works.
|