To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66050
                  Issue #:|66050
                  Summary:|Java simple bootstrap may start wrong soffice
                Component:|udk
                  Version:|680
                 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] Fri Jun  2 04:47:16 -0700 
2006 -------
The Java simple bootstrap mechanism uses two ways to locate an soffice
installation.  First, in
odk/source/com/sun/star/lib/loader/InstallationFinder.java:1.3, things like
UNO_PATH env var are used to ultimately locate juh.jar.  Then, in
javaunohelper/com/sun/star/comp/helper/Bootstrap.java:1.14, NativeLibraryLoader
is used to locate soffice.  If, for example, the bootstrapping Java application
itself resides in the same directory as an soffice, that soffice will be found
by NativeLibraryLoader.  The correct solution would be to pass the path
information from InstallationFinder to Bootstrap.bootstrap (e.g., overload
Bootstrap.bootstrap(URL programDir)---which would be even less correctly placed
in an URE module than Bootstrap.bootstrap already is).

---------------------------------------------------------------------
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