[libreoffice-users] java macro and multiple class methods

2013-06-13 Thread Vieri
Hi, I have a java macro and a parcel-descriptor.xml with just one method declared: ?xml version=1.0 encoding=UTF-8? parcel language=Java xmlns:parcel=scripting.dtd script language=Java locale lang=en displayname value=CO.Java/ description CO

Re: [libreoffice-users] java macro and multiple class methods

2013-06-13 Thread Vieri
Never mind... Right after posting this e-mail it started to work correctly. I don't know what I was doing wrong before. Sorry for the noise. Vieri --- On Thu, 6/13/13, Vieri rentor...@yahoo.com wrote: Hi, I have a java macro and a parcel-descriptor.xml with just one method declared:

[Solved] Re: [libreoffice-users] java macro and multiple class methods

2013-06-13 Thread Tom Davies
: [libreoffice-users] java macro and multiple class methods Never mind... Right after posting this e-mail it started to work correctly. I don't know what I was doing wrong before. Sorry for the noise. Vieri --- On Thu, 6/13/13, Vieri rentor...@yahoo.com wrote: Hi, I have a java macro and a parcel

[libreoffice-users] java macro error

2013-05-31 Thread Vieri
Hi, I wrote a java macro and included it in an odt file. The first time I run the macro it completes as expected and without errors. However, if I try to run it again, it gives me a ClassNotFoundException (attached screenshot). Any ideas? Is there a way for me to debug the Java macro execution?

[libreoffice-users] java macro

2013-05-09 Thread Vieri
Hi, I'm new to making Java macros. I compiled my Java class, created the parcel-descriptor.xml file and placed the .xml, .jar and .class files within the following folders I also created: C:\Users\USERNAME\AppData\Roaming\LibreOffice\4\user\Scripts\java\MACRO1 C:\Program Files\LibreOffice

Re: [libreoffice-users] java macro

2013-05-09 Thread Tom Davies
that know java.  In my country jobs for Java programmers start at 20k but for C++ programmers start at 30k Regards from Tom :)  From: Vieri rentor...@yahoo.com To: users@global.libreoffice.org Sent: Thursday, 9 May 2013, 9:12 Subject: [libreoffice-users] java

Re: [libreoffice-users] java macro

2013-05-09 Thread William Drago
:) From: Vieri rentor...@yahoo.com To: users@global.libreoffice.org Sent: Thursday, 9 May 2013, 9:12 Subject: [libreoffice-users] java macro Hi, I'm new to making Java macros. I compiled my Java class, created the parcel-descriptor.xml file and placed the .xml, .jar and .class files within

Re: [libreoffice-users] java macro

2013-05-09 Thread Vieri
To: users@global.libreoffice.org Sent: Thursday, 9 May 2013, 9:12 Subject: [libreoffice-users] java macro Hi, I'm new to making Java macros. I compiled my Java class, created the parcel-descriptor.xml file and placed the .xml, .jar and .class files within the following folders I also

Re: [libreoffice-users] java macro

2013-05-09 Thread Regina Henschel
Hi Vieri, Vieri schrieb: Hi, I'm new to making Java macros. I compiled my Java class, created the parcel-descriptor.xml file and placed the .xml, .jar and .class files within the following folders I also created: C:\Users\USERNAME\AppData\Roaming\LibreOffice\4\user\Scripts\java\MACRO1

Re: [libreoffice-users] java macro

2013-05-09 Thread Tom Davies
Subject: Re: [libreoffice-users] java macro Hi Vieri, Vieri schrieb: Hi, I'm new to making Java macros. I compiled my Java class, created the parcel-descriptor.xml file and placed the .xml, .jar and .class files within the following folders I also created: C:\Users\USERNAME\AppData\Roaming

Re: [libreoffice-users] java macro

2013-05-09 Thread Vieri
--- On Thu, 5/9/13, Regina Henschel rb.hensc...@t-online.de wrote: Hi Vieri, Vieri schrieb: Hi, I'm new to making Java macros. I compiled my Java class, created the parcel-descriptor.xml file and placed the .xml, .jar and .class files within the following folders I also created:

Re: [libreoffice-users] java macro

2013-05-09 Thread Regina Henschel
Hi Vieri, Vieri schrieb: I didn't need to use BeanShell. I edited the parcel descriptor xml file directly. I finally found out why I wasn't seeing the macro (or at least I think so). I needed to create my class within default package (I'm using NetBeans IDE). I'm able to launch my Java

Re: [libreoffice-users] java macro

2013-05-09 Thread Vieri
--- On Thu, 5/9/13, Regina Henschel rb.hensc...@t-online.de wrote: Hi Vieri, Vieri schrieb: I didn't need to use BeanShell. I edited the parcel descriptor xml file directly. I finally found out why I wasn't seeing the macro (or at least I think so). I needed to create my