Re: OS/2 Java VM not working

2012-06-04 Thread Yuri Dario
> Sub Main > o = createUnoService("com.sun.star.loader.Java2") > msgbox o.dbg_supportedinterfaces > End Sub got this: ...loader.XImplementationLoader ...lang.XServiceInfo ...lang.XTypeProvider ...uno.XWeak I tried the same code in windows and I got the same answer. What can I check now? it w

Re: OS/2 Java VM not working

2012-06-01 Thread Yuri Dario
Hi Jurgen, > 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 do you know which modules are required to get VM working? TIA! -- Bye, Yuri Dario /* * OS/2 open source

Re: OS/2 Java VM not working

2012-06-01 Thread Jürgen Schmidt
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

OS/2 Java VM not working

2012-06-01 Thread Yuri Dario
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 select