I have at the beginning of my class something like this:
import com.sun.java.util.collections.HashMap;
import java.io.*;
import java.sql.SQLException;
import java.util.Hashtable;
import java.util.Properties;
import oracle.apps.fnd.common.AppsContext;
import oracle.apps.fnd.common.MessageToken;
import oracle.apps.fnd.common.EnvironmentStore;
import oracle.apps.fnd.common.VersionInfo;
import oracle.apps.fnd.cp.request.CpContext;
import oracle.apps.fnd.cp.request.LogFile;
import oracle.apps.fnd.cp.request.OutFile;
import oracle.apps.fnd.cp.request.JavaConcurrentProgram;
import oracle.apps.fnd.framework.OAException;
import oracle.apps.fnd.framework.OAFwkConstants;
import oracle.apps.fnd.framework.server.OAApplicationModuleImpl;
.
.
.
I imagine I need to have All these classes locally on my machine to compile the program, right?
Where do I get all of them? (I saw that in an EBS directory I can download them ... but I have to download all the directories tree?