Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] How do I add imports?

Hi!

I've got the Plugin projects started, but when I add APIs, I shouldn't
use Add Jars in the Build Path right?

So eg if I need log4j, how do I add it to the project?

The way to go is to catch up an OSGi bundle of log4j (take a look at the Orbit project, the Spring Enterprise Bundle Repository or maybe your favorite project does already provide the jar file as OSGi bundle), add it to your target platform, add an import-package definition to your manifest and thats it.

Anyway, those questions should be asked via the newsgroup, I think.

HTH,
Martin



Meanwhile I've only found out how to add at the osgi prompt -> "install
URL"...

Thanks!


NOTICE - This message and any attached files may contain information that is confidential and/or subject of legal privilege intended only for use by the intended recipient. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, be advised that you have received this message in error and that any dissemination, copying or use of this message or attachment is strictly forbidden, as is the disclosure of the information therein.  If you have received this message in error please notify the sender immediately and delete the message.



------------------------------------------------------------------------

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top