Issue 89770 - unoil.jar bad relocated
Summary: unoil.jar bad relocated
Status: CLOSED DUPLICATE of issue 88687
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m11
Hardware: All All
: P5 (lowest) Trivial (vote)
Target Milestone: ---
Assignee: thorsten.martens
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-22 08:35 UTC by cbhoeflake
Modified: 2008-06-02 15:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description cbhoeflake 2008-05-22 08:35:06 UTC
In m11 the Java jar files are moved. Now, loading the juh.jar and executing
com.sun.star.comp.helper.UnoInfo.getJars returns the jars which are needed for
building a connection to OpenOffice. These jars are located in
Contents/basis-link/ure-link/share/java/.

But the unoil.jar is located in Contents/basis-link/program/classes/. So,
getJars returns a wrong path for unoil.jar.
Comment 1 cbhoeflake 2008-05-28 12:42:13 UTC
This issue is also on Windows (tested with m14), so set the OS to All.
Comment 2 Stephan Bergmann 2008-06-02 15:01:38 UTC
UnoInfo.getJars got adapted as part of fix for issue 88687 (CWS sb87, to be
integrated into one of the next DEV300 builds).  However, you should probably
not call getJars directly, but rather use the "Simple Bootstrap" mechanism (see
issue 88687).

*** This issue has been marked as a duplicate of 88687 ***
Comment 3 Stephan Bergmann 2008-06-02 15:02:07 UTC
.