I try to develop a LO extension in Java using Eclipse, but I can't get the OOEclipse plugin to work. Whenever I try to set the location of the LO installation, I get the "invalid OOo path" error.
I'm running
- Ubuntu 10.04 LTS (I know, its old)
- libreoffice 4.0.2~rc2-0ubuntu1~lucid1 (from the PPA)
- libreoffice SDK (the same as above, from the PPA)
- Eclipse Juno
- OOEclipse (from http://drake79.users.sourceforge.net/ooeclipse/site/)
I can set the SDK path (/usr/lib/libreoffice/sdk), without any issue, and it is recognized as 400m1 - but the "Available OpenOffice.org" installation won't work.
Please, can anybody give me a hint on how to fix this so I can start coding the Calc function I desperately need (I got a Basic prototype, but I need a full fledged Extension)!