On 6/1/12 3:39 PM, Yuri Dario wrote:
> Hi,
>
> I'm working to get java supported also in the OS/2 build. I have
> already adapted jvmfwk and other parts to recognize OS/2 JVM. Now AOO
> can detect the JVM and even start an instance (according to logs).
>
> But I cannot get wizards to show or db tables editor; AOO simply
> ignores the menu selections (I see some disk activity related to vm
> start but nothing more).
>
> Is there around some test code to check the VM?
>
> thanks!
>
you can try to instantiate the Java loader via Basic
Sub Main
o = createUnoService("com.sun.star.loader.Java2")
msgbox o.dbg_supportedinterfaces
End Sub
Juergen