<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - JURT and JUH JARs contain bad class path declaration"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134248#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - JURT and JUH JARs contain bad class path declaration"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134248">bug 134248</a>
              from <span class="vcard"><a class="email" href="mailto:alexander.veit@unitedplanet.com" title="Alexander Veit <alexander.veit@unitedplanet.com>"> <span class="fn">Alexander Veit</span></a>
</span></b>
        <pre><span class="quote">> Those entries are necessary so that native code used by those jars can be found.</span >

The usual way to provide a class path for a JVM instance is that the caller
specifies the class path to be uses before the JVM is started.

When JARs try to pull in dependencies on their own they do not play nicely
together with other libraries the same JVM.

Currently we're manually removing the offending entries from the JARs after
download and manage the patched libraries on our own.  However, this is not the
way Maven is supposed to work. ;-)


<span class="quote">> The LibreOffice jars were never designed to be made available via Maven,
> outside the context of a LibreOffice installation.</span >

We use the libraries to utilize LibreOffice/OpenOffice as backend service for
rendering documents.  I hope that such use cases are also supported by the
LibreOffice Java API.


<span class="quote">> I know that there have been efforts to make them available via Maven,
> but do not know how effective the results of those efforts were.
> I personally know next to nothing about Maven.</span >

The LibreOffice/OpenOffice libraries have been published and regularly updated
via Maven since 2007:

<a href="https://mvnrepository.com/artifact/org.libreoffice">https://mvnrepository.com/artifact/org.libreoffice</a>
<a href="https://mvnrepository.com/artifact/org.openoffice">https://mvnrepository.com/artifact/org.openoffice</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>