Articles

My first URE Component in Java

How to create a new URE based application ? The documentation is quite hard to find, but the main important thing is: create a UNO component implementing the com.sun.star.lang.XMain interface. This one will contain a method run(). I'll explain how to create a "Hello URE World" application …

➟ Read more