Compiling a Bean object
I have upgraded from 10g to 11g. I am trying to recompile a bean. Below are the import statements in the original code. Where can I find them to include them in my JDeveloper class path?
import oracle.forms.api.IObject;
import oracle.forms.handler.IHandler;
import oracle.forms.properties.ID;
import oracle.forms.ui.CustomEvent;
import oracle.forms.ui.VBean;
Thanks for your help,
0