Hi Gunnar, I am looking at the design time assistance. I am pursuing the addition of an 'External FileSystem' to the project class path at design time to achieve my goal. There is not much documentation on this, but I am making headway.
Cheers arun -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Gunnar Wagenknecht Sent: 03 August 2009 10:19 To: [email protected] Subject: [equinox-dev] Re: Override/Extend Eclipse Class Loading Ranganathan, Arun schrieb: > Now, I need to integrate this CL with my Project. The issue is that all > libraries, external jars etc are file oriented. In some posts I read > that OSGI ClassLoading is different to URLClassLoading that I have done. > Moreover I am not very conversant with OSGI. Are you looking at the OSGi runtime or do you intend to provide assistance at development time? For the latter you should look at extending the Eclipse IDE by providing your own classpath container to the JDT. This allows to define a library type which fetches the classpath content from the database to a local temp directory and attaches those to the project. This would be used by your projects at development time. -Gunnar -- Gunnar Wagenknecht [email protected] http://wagenknecht.org/ _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.392 / Virus Database: 270.13.43/2281 - Release Date: 08/04/09 05:57:00 "Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
