On Tue, 09 Feb 2010 00:40:16 +0000 [email protected] wrote: > If you could give me some guidance, I'd enjoy spending some of my > spare time working on > Java code for Open Office.
Most of the "core components" of OpenOffice.org are written in C++, so if you want to keep away from that, you might be interested in developing extensions for OpenOffice.org. There is a good integration with Netbeans to get you started: http://wiki.services.openoffice.org/wiki/Extensions http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration Java is the recommended way to create OOo-Extensions and extension development is a good way to get used to the UNO-API. Best Regards, Bjoern Michaelsen P.S.: If you really intent to work on the core product (although that is mostly C++), take a look at the Building Guide to get started: http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
