Hello,

Actually I'm debugging a project that uses JodConverter (3.0) as a third party dependency and so some Apache OpenOffice libraries such as Java Uno RunTime *jurt-3.2.1.jar* and Java RunTime Interface Definition Library*ridl_3.2.1.jar*.

I'm not able to find the sources jar for these libraries when googling it, what I'm only able to reach is the svn location for the OpenOffice project <http://svn.apache.org/repos/asf/incubator/ooo/trunk/main/jurt/>.

In order to be able to catch my application flow, I need to have my IDE (Intellij IDEA) pointing to the classes source. This can be done for classes inside the jurt module as I can find it in the mentionned svn location but not for ridl library as there is not module with this name in the svn repo, at least I can't find it. So can someone point me out to the ridl sources location (.java if there is already ones)?

Best Regards


Reply via email to