Re: LOEclipse Plugin How to add external Jars

2019-10-09 Thread Harish Kumar
Team, I think i got the solution. I added my jar into a lib directory, added it as library in my eclipse project, and added it to package.properties. This worked out. On Wed, Oct 9, 2019 at 4:07 PM Harish Kumar wrote: > Hi Samuel, > > Thank you for pointing that out. Now i see that my jar is ge

Re: LOEclipse Plugin How to add external Jars

2019-10-09 Thread Harish Kumar
Hi Samuel, Thank you for pointing that out. Now i see that my jar is getting packaged in the oxt. Unfortunately my code still says java.lang.ClassNotFoundException. Cant go beyond this point. On Wed, Oct 9, 2019 at 3:13 PM Samuel Mehrbrodt wrote: > Hi Harish, > > > https://github.com/smehrbrodt

Re: LOEclipse Plugin How to add external Jars

2019-10-09 Thread Samuel Mehrbrodt
Hi Harish, https://github.com/smehrbrodt/libreoffice-starter-extension#development-hints says: /If you add non-code files (or an external .jar) to your extension, you need to mention them in package.properties, else they won't be included in the packaged extension./ Does that help? Regard

LOEclipse Plugin How to add external Jars

2019-10-09 Thread Harish Kumar
Hi Team, I am writing an extension for LO and i need to use some external jars in my project. I am using LOEclipse plugin for my development. But while running the extension, i am unable to get the referenced external jars. Seems like they are not packed into the extension. Can you please help me