Re: How LibreOffice load a service from a Java JAR

2025-01-29 Thread Miklos Vajna
Hi Pierre, On Tue, Jan 28, 2025 at 06:11:20PM +0100, Pierre Vacher wrote: > I would like to see the code that allows to load a UNO service that we > added to the UNO API by a Java JAR file through for example an extension. > The goal is to know how the Java JAR archive is loaded. I think the id

How LibreOffice load a service from a Java JAR

2025-01-28 Thread Pierre Vacher
Hi all, I would like to see the code that allows to load a UNO service that we added to the UNO API by a Java JAR file through for example an extension. The goal is to know how the Java JAR archive is loaded. I searched for *RegistrationHandler* in the source code but it does not give anything?