Thanks Juergen, works fine now.

From: J�rgen Schmidt <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: [email protected]
Subject: Re: [dev] Error: package com.sun.star.bridge does not exist
Date: Wed, 30 Mar 2005 14:18:33 +0200

Hi Henrik,

use the mini build env from the SDK (no IDE -> pure command line gnu make support) or simply extend your classpath with ridl.jar, unoil.jar, jurt.jar and juh.jar (all jars can be found in the office\progam\classes directory).

Juergen

Henrik Ekermann wrote:
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]


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


_________________________________________________________________
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