Re: Add Instrumentation to the LibreOffice JVM

2025-02-04 Thread Pierre Vacher
I can't find it, but I found this file: libreoffice/stoc/source/javavm/javavm.cxx It's not him who loads the JVM? Le mar. 4 févr. 2025 à 06:20, Noel Grandin a écrit : > > On Mon, 3 Feb 2025 at 22:16, Pierre Vacher wrote: > >> And I think I found where the JVM is loaded: >> >> /home/prrvchr/gi

Re: Add Instrumentation to the LibreOffice JVM

2025-02-03 Thread Noel Grandin
On Mon, 3 Feb 2025 at 22:16, Pierre Vacher wrote: > And I think I found where the JVM is loaded: > > /home/prrvchr/github/libreoffice/libreoffice/stoc/source/javaloader/javaloader.cxx > However I don't really understand what is done. I see that the > configuration is read (ie: line 315) but I don

Re: Add Instrumentation to the LibreOffice JVM

2025-02-03 Thread Pierre Vacher
Hi Noel, Great I'll try to do it... I found the configuration file: libreoffice/officecfg/registry/schema/org/openoffice/Office/Java.xcs But I can't find the model to modify (ie: the xcu file). And I think I found where the JVM is loaded: /home/prrvchr/github/libreoffice/libreoffice/stoc/source/

Re: Add Instrumentation to the LibreOffice JVM

2025-02-02 Thread Noel Grandin
Sounds quite reasonable to add this to the core product behind an option. On Sat, 01 Feb 2025 at 21:18, Pierre Vacher wrote: > Hi all, > > I would like to add the Java Instrumentation > > API to the extensions