Trying to develop an application for the Android platform that tries to create a notes session is actually impossible due to internal references in the NotesFactory class to the unsupported java.applet.Applet class. any ideas?
Excerpt from technote #1267292
Following are the import statements of the NotesFactory class:
package lotus.domino;
import java.applet.Applet;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.HttpURLConnection;
import java.net.Socket;
import java.net.URL;
import java.util.Hashtable;
import java.util.Properties;
import lotus.domino.local.Session;
import lotus.priv.CORBA.iiop.ssl.SSLSecurity;
import org.omg.CORBA.ORB;
public class NotesFactory