Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-14 Thread Tobias Krais
Hi Stephan, as I read in the issue, the problem is solved and there exists a new unowinreg.dll. For I am not familiar with the OOo repos, can you send me the new file? I would like to test it under XP and Vista. Just mailed it directly to Tobias. I just tested it and it works. Thanks for

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Juergen Schmidt
Matthias B. wrote: Now I am sure that it is related to the Windows registry. I've just run the OOo 3.0 installation and while it was running I double-clicked the batch file that runs my WollMuxBar.jar every few seconds. Right after the installer was at the point where it said Schreibe Werte in

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Matthias B.
On Wed, Oct 8, 2008 at 12:04 PM, Juergen Schmidt [EMAIL PROTECTED] wrote: Whatever you do with your WollMuxBar.jar please verfiy the issue with the SimpleBootstrap_java.jar example. Could you upload your jar file somewhere so that I can test with the exact same file you're using. Matthias

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Matthias B.
On Tue, Oct 7, 2008 at 6:04 PM, Juergen Schmidt [EMAIL PROTECTED] wrote: update it works with the latest JDK 1.6.0_10rc2 as well I have Java 1.6.0_10rc2 installed separately. OOo has always been installed with the nonJRE installers. Can you send me a demo application with the glue code and

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Juergen Schmidt
Matthias B. wrote: On Tue, Oct 7, 2008 at 6:04 PM, Juergen Schmidt [EMAIL PROTECTED] wrote: update it works with the latest JDK 1.6.0_10rc2 as well I have Java 1.6.0_10rc2 installed separately. OOo has always been installed with the nonJRE installers. Can you send me a demo application

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Juergen Schmidt
Tobias Krais wrote: Hi Juergen, Can't you ask the developer responsible for unowinreg.dll about what's changed in it? Maybe this will shed some light on the issue or at least gives you some pointers into the right direction. :-) nothing has changed in the dll. I don't know the internals

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Tobias Krais
Hi Juergen, Can't you ask the developer responsible for unowinreg.dll about what's changed in it? Maybe this will shed some light on the issue or at least gives you some pointers into the right direction. :-) nothing has changed in the dll. I don't know the internals of the dll file. The

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Tobias Krais
Hi Juergen, thanks a lot for your work! Greetings, Tobias Juergen Schmidt schrieb: Tobias Krais wrote: Hi Juergen, Can't you ask the developer responsible for unowinreg.dll about what's changed in it? Maybe this will shed some light on the issue or at least gives you some pointers into

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-02 Thread Tobias Krais
Hi Juergen, i haven't the exact error message present but it was also a java.lang.UnsatisfiedLinkError ... can't load in a 32 bit env ... or somethinglike that. -%- Exception in thread main java.lang.UnsatisfiedLinkError: C:\Dokumente und Eins tellungen\twc\Lokale

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-02 Thread Juergen Schmidt
Hi, i have finished my tests and i can't reproduce it with the builds m8 and m9. I ran the test applications in VirtualBox Image with WinXP SP2. When no office is installed i got the expected no UNO installation found error. With OpenOffice.org 2.4.1 i got a new empty writer doc as expected

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-01 Thread Juergen Schmidt
the java.lang.UnsatisfiedLinkError has indeed nothing to do with the office. The unowinreg.dll can't be loaded for whatever reason. Do you know the depends tool under windows? A nice tool that shows all the dependencies of a library. Maybe that give us more info what's going wrong in your

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-01 Thread Matthias B.
On Wed, Oct 1, 2008 at 8:44 AM, Juergen Schmidt [EMAIL PROTECTED] wrote: the java.lang.UnsatisfiedLinkError has indeed nothing to do with the office. The unowinreg.dll can't be loaded for whatever reason. Do you know the depends tool under windows? A nice tool that shows all the dependencies of

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-01 Thread Matthias B.
I have opened issue http://www.openoffice.org/issues/show_bug.cgi?id=94518 and I've uploaded a new classes.tar.gz to http://wollmux.forge.osor.eu/classes.tar.gz This classes/ folder includes the Java classes from 3.0 SDK but the unowinreg.dll from 2.4.1 SDK. With this classes/ folder our

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-30 Thread Matthias B.
All that's really needed is the classes/ subtree of the 3.0 SDK. We're building our own program with the 2.4 SDK and the classes/ from 3.0 and it bootstraps fine with 2.4 and 3.0. I've uploaded the classes to http://wollmux.forge.osor.eu/classes.tar.gz Matthias

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-30 Thread Tobias Krais
Hi Matthias, thanks for the classes. All that's really needed is the classes/ subtree of the 3.0 SDK. We're building our own program with the 2.4 SDK and the classes/ from 3.0 and it bootstraps fine with 2.4 and 3.0. I've uploaded the classes to These classes work for me in Linux with OOo

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-30 Thread Tobias Krais
Hi Juergen, you can find a SDK under http://distribution.openoffice.org/mirrors/#mirrors - select one of the mirrors and search under .../contrib/rc/3.0.0rc2 Sorry that it is so complicate and i promise that we will provide an easier mechanism in the near future. I always have the same

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-30 Thread Matthias B.
On Tue, Sep 30, 2008 at 12:29 PM, Tobias Krais [EMAIL PROTECTED] wrote: Exception in thread main java.lang.UnsatisfiedLinkError: C:\Dokumente und Eins tellungen\twc\Lokale Einstellungen\Temp\unowinreg7421.dll: Diese Anwendung konnt e nicht gestartet werden, weil die Anwenungskonfiguration

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-30 Thread Tobias Krais
Hi Matthias, thanks for your answer. Exception in thread main java.lang.UnsatisfiedLinkError: C:\Dokumente und Einstellungen\twc\Lokale Einstellungen\Temp\unowinreg7421.dll: Diese Anwendung konnt e nicht gestartet werden, weil die Anwenungskonfiguration nicht korrekt ist. As you can see

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-30 Thread Tobias Krais
Hi Stephan, is that the recently introduced com/sun/star/lib/loader/Loader$Drain.class is not included. my SDK 2.4.1 does not come with this file. I do not have an Release candidate SDK installed (where can I get it?). Since when does the new class come along? The Simple Bootstrap

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-29 Thread Juergen Schmidt
Hi Tobias, you should or better you have to include the bootstrap clue code from the new 3.0 SDK. Juergen Tobias Krais wrote: Hi together, I tried to use my simple boostrap mechanism (http://codesnippets.services.openoffice.org/Office/Office.BootstrapOpenOffice.snip) with OOo 3rc2. In

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-29 Thread Stephan Bergmann
One thing that looks wrong with the explicit recipe at http://codesnippets.services.openoffice.org/Office/Office.BootstrapOpenOffice.snip is that the recently introduced com/sun/star/lib/loader/Loader$Drain.class is not included. -Stephan On 09/29/08 10:27, Juergen Schmidt wrote: Hi Tobias,

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-29 Thread Tobias Krais
Hi Stephan, One thing that looks wrong with the explicit recipe at http://codesnippets.services.openoffice.org/Office/Office.BootstrapOpenOffice.snip is that the recently introduced com/sun/star/lib/loader/Loader$Drain.class is not included. my SDK 2.4.1 does not come with this file. I do

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-29 Thread Tobias Krais
Hi Juergen, you should or better you have to include the bootstrap clue code from the new 3.0 SDK. I think will do so. As I already answered Stephan Bergmanns mail, where can I get the SDK? I used the Debian packages from the download website. But I did not find a SDK included... Or is there

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-29 Thread Stephan Bergmann
On 09/29/08 11:56, Tobias Krais wrote: Hi Stephan, One thing that looks wrong with the explicit recipe at http://codesnippets.services.openoffice.org/Office/Office.BootstrapOpenOffice.snip is that the recently introduced com/sun/star/lib/loader/Loader$Drain.class is not included. my SDK

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-29 Thread Juergen Schmidt
Hi Tobias, you can find a SDK under http://distribution.openoffice.org/mirrors/#mirrors - select one of the mirrors and search under .../contrib/rc/3.0.0rc2 Sorry that it is so complicate and i promise that we will provide an easier mechanism in the near future. I always have the same

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-09-29 Thread Christian Lohmaier
Hi Jürgen, *, On Mon, Sep 29, 2008 at 1:52 PM, Juergen Schmidt [EMAIL PROTECTED] wrote: Hi Tobias, you can find a SDK under http://distribution.openoffice.org/mirrors/#mirrors - select one of the mirrors and search under .../contrib/rc/3.0.0rc2 Won't have any luck there since: a) The SDK