hi, I'm new to openoffice.org development. I'm about to start programming some components for openoffice.org.

I have successfully tried the firststeps example (http://api.openoffice.org/docs/DevelopersGuide/FirstSteps/FirstSteps.htm) using netBeans once - but I don't want to use an IDE.

When I compile (no IDE) FirstConnection.java I get the error package com.sun.star.bridge does not exist. I have looked for class and jar files, but only found IDL files.

How come I didn't have to run them through the IDLJ compiler when I used netBeans? Do I really have to complie these using idlj (when I try to do this I get even more errors) or are class or jar files already available somewhere?

More info:

import com.sun.star.bridge.XUnoUrlResolver;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XComponentContext;
import com.sun.star.lang.XMultiComponentFactory;
import com.sun.star.beans.XPropertySet;

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to