Re: Extension in Java

2014-03-27 Thread Cedric Bosdonnat
Hello Adriam, You at least miss the manifest file in your sources: this will tell LibreOffice, what the jar file is a UNO component. And in that JAR file IIRC, you need to define a registration class. You can have a look at how it's implemented in the Eclipse extension: http://bosdonnat.fr/pages/

Re: Extension in Java

2014-03-26 Thread Cedric Bosdonnat
Hello Adriam, On Tue, 2014-03-25 at 16:55 -0400, Adriam Delgado Rivero wrote: > thanks, Cedric. > > I developmend one extension in java, when i try to build the extension > LibreofficeManageExtension "Cannot determine registration class.I cant > find the error in my extension. Sadly without more

Re: Extension in Java

2014-03-25 Thread Adriam Delgado Rivero
thanks, Cedric. I developmend one extension in java, when i try to build the extension LibreofficeManageExtension "Cannot determine registration class.I cant find the error in my extension. I Confer

Re: Extension in Java

2014-03-25 Thread Cedric Bosdonnat
Hello Adriam, This one is a little bit more than a Hello World, but I'm sure it can help you learn a lot of things. https://github.com/cbosdo/coooder/ Feel free to ask questions if needed. -- Cedric On Mon, 2014-03-24 at 16:44 -0400, Adriam Delgado Rivero wrote: > Hello, i need one basic exten