https://bugs.documentfoundation.org/show_bug.cgi?id=165774

--- Comment #3 from [email protected] ---
Yes, we can achieve the same functionality with the option you indicate, but
not at all the same deployment.

I can't find the JVM loading arguments in the LibreOffice configuration and I'm
not sure if they are recorded there?

So, for an extension to use an instrumentation agent, the following steps are
necessary:
- Download the instrumentation agent archive (ie: instrumentagent.jar).
- Place this download in a folder (ie: archivefolder).
- Modify the JVM startup arguments in the LibreOffice options to add:
  -javaagent:archivefolder/instrumentagent.jar
- restart LibreOffice

I don't want to require my extension users to go through such a process. It
wouldn't be reasonable.

The PR I'm proposing allows an extension to use a Java instrumentation agent
just by installing it. The user doesn't have to do anything else...

So, of course, we have the same functionality, but your solution is reserved
for experienced users.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to