LO Base Problem

I am just stuck in building a java extension example on MacOSX because the class com.sun.star.uno.UnoRuntime is missing. Maybe I should build the whole LO source but I am short of time and disk space.
I found the guide on macro programing on www.pitonyak.org
It says: OOo provides easy support for macros written in Basic, JavaScript, Python, and BeanShell.
Regards, Stefan

​Side note: you have to add ridl.jar in your classpath for that. Some
online tutorials are out of sync with these kind of requirements.​

My build problem was in fact a Netbeans IDE problem: I added the folder with .jar files to the project. But I should have add each .jar file separately!
I found a very useful comparison of macro languages for LO here: https://wiki.openoffice.org/wiki/Documentation/DevGuide/Scripting/Writing_Macros
It works good. The content of my extension jar is read dynamically without restarting LO. I now have to test debugging….

Regards, Stefan

Hi :slight_smile:
Thanks for letting us know how to fix the problem next time it arises!
Hopefully it mght help someone in the future! :slight_smile:
Thanks and regards from
Tom :slight_smile: