Re: [api-dev] Unable to connect JDPA debugger

2006-08-28 Thread Matthias Benkmann
When I want to remote-debug Java modules for OOo I do it as described in the Help that you get when you press the Help button in the Tools/Options.../Java/Parameters... dialog, i.e. I add -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000 to the JVM parameters (in fact I've created 2

Re: [api-dev] Unable to connect JDPA debugger

2006-08-28 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The switch I am using is for 1.5 is what Oliver (on this list) suggested: agentlib:jdwp=transport=dt_socket,server=y,address=localhost:8000,suspend=n what about the leading - ? -

RE: [api-dev] Unable to connect JDPA debugger

2006-08-28 Thread Gautham Kasinath
Hey Oliver, Yes, I used the -- switch. And yet, the JPDA debugging evades me. Cheers G Gautham Kasinath Masters Student School of Computing and Information Science Edith Cowan University Mt. Lawley Campus Perth IM: [EMAIL PROTECTED], [EMAIL PROTECTED] AOL Screen name: gkasinath42 Mobile:

Re: [api-dev] Unable to connect JDPA debugger

2006-08-28 Thread Steffen Grund
Hi. Just an idea: could you try with a suspend=y: agentlib:jdwp=transport=dt_socket,server=y,address=localhost:8000,suspend=y OpenOffice.org will stop the moment you reach Java code and wait for the debugger to connect. At least then you can be sure that the switch really worked and

Re: [api-dev] Unpublished UNO API

2006-08-28 Thread Mathias Bauer
Bjoern Milcke wrote: Hi Jürgen, I am always happy when one of my demo components developed for StarOffice 6.0 (before OO.org) work with StarOffice 8 as well. I think it can be a good reason for customers to switch to SO/OO.org using our API (with java for example) because they know that

[api-dev] export/save embedded images

2006-08-28 Thread Jimmy
My Java Component is supposed to export a file to another xml format and has to save the images right along with the xml file in a folder. How can I get access to the images in the current document and save/export them? I did find an old OOMacro, which didn't actually work for me and I didn't

Re: [api-dev] export/save embedded images

2006-08-28 Thread Fernand Vanrie
Have a look at some basic-code http://www.oooforum.org/forum/viewtopic.phtml?t=36724highlight=xexporter Fernand Jimmy schreef: My Java Component is supposed to export a file to another xml format and has to save the images right along with the xml file in a folder. How can I get access to