You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/06/07 06:05:28 UTC

[Bug 122492] New: Java simple bootstrap broken

https://issues.apache.org/ooo/show_bug.cgi?id=122492

            Bug ID: 122492
        Issue Type: DEFECT
           Summary: Java simple bootstrap  broken
           Product: App Dev
           Version: AOO400-dev
          Hardware: All
                OS: Linux
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: sdk
          Assignee: jsc@apache.org
          Reporter: arielch@apache.org
                CC: issues@openoffice.apache.org

Create a client application with NetBeans and the AOO API plugin
Then try to run the application from the command line:

java -jar OfficeUNOClientApp/dist/OfficeUNOClientApp.jar 
com.sun.star.comp.helper.BootstrapException
at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java:298)
at com.example.OfficeUNOClientApp.main(OfficeUNOClientApp.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.sun.star.lib.loader.Loader.main(Loader.java:134) 

Didn't try on Windows, where the registry is read.
Likely regression introduced with the 3-layer removal.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Issue 122492] Java simple bootstrap broken

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122492

Carl Marcum <cm...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cmarcum@apache.org

--- Comment #1 from Carl Marcum <cm...@apache.org> ---
I believe this is fixed. I tested on Fedora 20, AOO 4.0.1, NB 8.0.1 ans AOO NB
plugin 4.0.6. No issue.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are watching all issue changes.