https://bugs.documentfoundation.org/show_bug.cgi?id=90000

            Bug ID: 90000
           Summary: Java bootstrap only half works
           Product: LibreOffice
           Version: 4.3.3.2 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: sdk
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: aviary.t...@ntlworld.com

OS: Windows 8.1  64 bit
LibreOffice & SDK  4.3
Java JDK 7u21, 7u71 and 8u40  64 bit
8u40 6u45 32 bit

I've been trying to run the example Java programs, in particular
DevelopersGuide/FirstSteps using the supplied Makefile which I've had to change
a bit to get it to work, and also the settings files. 

soffice starts up. I can see it in Process Explorer, but no visible window
appears.  I can't get it to respond, try as I may:
1. Compiled simplest example FirstUnoContact. The program runs to completion
without error and soffice becomes visible in Process Explorer. Instrumenting
the program with simple println commands shows that  
com.sun.star.comp.helper.Bootstrap.bootstrap();  is called, but control returns
not to immediately after this invocation, not to the catch part (no exception),
but to the finally part and the program exits.

2. I tried a better example FirstLoadComponent.  Again no window appears, no
message
"Connected to a running office"
 and there is no apparent attempt to create a document and put elements in it.

3. Started soffice first with 
soffice.exe
"--accept=socket,host=localhost,port=2083;urp;StarOffice.ServiceManager"
Running FirstUnoContact again produces no affect on the now visible LibreOffice
window.

As you can see I have tried various versions of Java, 64 bit and 32 bit and
even the archived version 6. No better result.
Am I doing anything wrong?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to