Hi Davide

> 3) Javabean as ActiveX control
> 
> We managed to create a JavaBean containing an ActiveX and to register it 
> as DLL (BasicOfficeBean.dll) which is possible, at design type, to 
> integrate into a form.
> When the program is executed, the ActiveX control is created correctly, 
> but during OOo connection initialization phase, officebean.dll is not found.

officebean.dll is included in the OOo installation an found by the bean by
- either looking one directory higher in the hierarchy than the jar
files refered by the CLASSPATH
- or by the findResource method of the ClassLoader.

Additionally in the version you are using, the OOo Java Bean is nothing
but an SDK example.  OOo 2.0 will be the first version with an official
OOoJavaBean.  But the search mechanism is basically the same.

        Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to