Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-28 Thread Max Giesbert
Hi again, I just created a small trouble shooting section in the wiki page ( http://wiki.services.openoffice.org/wiki/JavaEclipseTuto ). Hope this helps others to avoid my problems. Hope I didn't get anything wrong. I just had no time yet to dig into the AMD64 issue... Thx again Max Cedric

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-28 Thread Cedric Bosdonnat
Hi Max, Max Giesbert a écrit : I just created a small trouble shooting section in the wiki page ( http://wiki.services.openoffice.org/wiki/JavaEclipseTuto ). Hope this helps others to avoid my problems. Hope I didn't get anything wrong. I just had no time yet to dig into the AMD64 issue...

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Cedric Bosdonnat
Hi Max Max Giesbert a écrit : The problem I have is that after finishing the New-UNO-IDL-Project wizard Gedit opens with an empty HelloWorldImpl.java. This means that the uno-skeletonmaker failed. Could you set the logs to debug level and send the logs ? Have you installed the SDK 2.0.4 or

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Max Giesbert
Hi Cedric, the log file lies here: http://www.exactt.de/logfile.txt I think the main thing is: !ENTRY org.openoffice.ide.eclipse.core 4 4 2007-03-19 23:24:43.394 !MESSAGE uno-skeletonmaker: error while loading shared libraries: libstlport_gcc.so: cannot open shared object file: No such file or

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Max Giesbert
Hi again, i just created a symbolic link from libstlport.so.5.1 to libstlport_gcc.so . This gives the following logfile: http://exactt.de/logfilesym.txt Probably this file is too new. It's from an Ubuntu Feisty Herd 5 32-Bit installation. On my Ubuntu Edgy AMD64 installation I found an

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Alexander Osavchuk
Hi Max, This issue may be resolved by adding link to real libstlport_gcc.so Try to find where have been install ure libraries and link to it. f.e. /usr/lib/libstlport_gcc.so - /opt/openoffice.org/ure/lib/libstlport_gcc.so This should work. best regards, Alexander Max Giesbert: Hi Cedric,

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Arthur
i just created a symbolic link from libstlport.so.5.1 to libstlport_gcc.so . This gives the following logfile: http://exactt.de/logfilesym.txt The last time I've seen a libstlport_gcc.so problem it was with an OpenOffice.org-package supplied with the linux distro. I was successful with taking

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Alexander Osavchuk
Hi, 1. So, now you've got the next error on 32bit computer - uno-skeletonmaker: symbol lookup error: uno-skeletonmaker: undefined symbol: _ZN4_STL4cerrE This means link used wrong lib. Try to install URE from

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Max Giesbert
thx guys, linking the official libstlport_gcc.so helped with the 32-bit installation. have to dig into 64-bit version later on. will also update the wiki to contain some info on the issue as soon as i find the time. cheers max

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Cedric Bosdonnat
Hi Max, Max Giesbert a écrit : linking the official libstlport_gcc.so helped with the 32-bit installation. have to dig into 64-bit version later on. I never checked this, but have you configured your SDK at least once ? using the SetLinuxEnv.sh (or a name like this) script ? will also

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Max Giesbert
Hi Cedric, Cedric Bosdonnat schrieb: Hi Max, Max Giesbert a écrit : linking the official libstlport_gcc.so helped with the 32-bit installation. have to dig into 64-bit version later on. I never checked this, but have you configured your SDK at least once ? using the SetLinuxEnv.sh

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Cedric Bosdonnat
Max Giesbert a écrit : have to dig into 64-bit version later on. I never checked this, but have you configured your SDK at least once ? using the SetLinuxEnv.sh (or a name like this) script ? I hadn't configured the SDK. But it didn't change anything as I did it now... At the end of the SDK

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-19 Thread Cedric Bosdonnat
Hi Max, Max Giesbert a écrit : The problem I have is that after finishing the New-UNO-IDL-Project wizard Gedit opens with an empty HelloWorldImpl.java. This means that the uno-skeletonmaker failed. Could you set the logs to debug level and send the logs ? Have you installed the SDK 2.0.4 or

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-19 Thread Max Giesbert
Hi Cedric, Cedric Bosdonnat schrieb: Hi Max, Max Giesbert a écrit : The problem I have is that after finishing the New-UNO-IDL-Project wizard Gedit opens with an empty HelloWorldImpl.java. This means that the uno-skeletonmaker failed. Could you set the logs to debug level and send the

[api-dev] Java Eclipse Tutorial Problem

2007-03-18 Thread Max Giesbert
Hi Everybody, I just read and followed the instructions given on http://wiki.services.openoffice.org/wiki/JavaEclipseTuto The problem I have is that after finishing the New-UNO-IDL-Project wizard Gedit opens with an empty HelloWorldImpl.java. I guess the Eclipse editor should open and the