To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53440
                  Issue #:|53440
                  Summary:|Bootstrap.defaultBootstrap_InitialComponentContext in
                          |stand-alone Java application
                Component:|udk
                  Version:|680m124
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|sb
              Reported by:|sb





------- Additional comments from [EMAIL PROTECTED] Wed Aug 17 01:44:47 -0700 
2005 -------
Using
com.sun.star.comp.helper.Bootstrap.defaultBootstrap_InitialComponentContext from
a Java application when the juh dynamic library cannot be found (e.g., is not
available via Unix LD_LIBRARY_PATH or Windows PATH) leads to a
"java.lang.UnsatisfiedLinkError: no juh in java.library.path".

Necessary steps:
-  Change the System.loadLibrary("juh") in
juh/com/sun/star/comp/helper/Bootstrap.java 1.12 to 
NativeLibraryLoader.loadLibrary.
-  Extend the manifest Class-Path of juh.jar to find the juh dynamic library
("../../lib" for Unix URE, "../bin" for Windows URE, and ".." for OOo which is
not strictly necessary as NativeLibraryLoader automatically finds this).
-  The juh dynamic library needs to find the dynamic libraries it depends on,
esp. juhx, which is a problem esp. on Windows.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to