drive mozilla with Jawin/Com
Thomas Max <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Hi,
I'm trying to get the Mozilla Active X Control to work with Jawin.
The JaWi Type Browser is creating the following code for me :
/**
* Jawin generated code please do not edit
*
* Interface: IMozControlBridge
* Description:
* Help file:
*
* @author jawin_gen
*/
public class IMozControlBridge extends COMPtr
{
public static final GUID guid=new
GUID("{d6131e69-4a89-4ab5-B916-5A581D66C84F}");
static public final int iidToken;
static {
iidToken = IdentityManager.registerProxy(guid, IMozControlBridge.class);
}
public int getGuidToken() {
return iidToken;
}
public int GetWebBrowser(void[]
[] aBrowser) throws COMException
{
//implement your pure virtual code here.
throw new UnsupportedOperationException();
}
}
I don't know exactly what I have to implement to run Mozilla.
If somebody already tried it, please give me a short how to...
Thanks in advance.
Thomas Max