Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Runtime Classpath load?
Runtime Classpath load? [message #1392427] Wed, 02 July 2014 10:13 Go to next message
Sanghyun Kim is currently offline Sanghyun KimFriend
Messages: 4
Registered: June 2014
Junior Member
hi.
I have a question.

When files in classpath in Runtime in Menifest are loaded?
And Can i Controll this load?
For example when the load files, I add file...
Re: Runtime Classpath load? [message #1396623 is a reply to message #1392427] Tue, 08 July 2014 15:09 Go to previous message
Christophe Bouhier is currently offline Christophe BouhierFriend
Messages: 937
Registered: July 2009
Senior Member
On 02-07-14 12:13, Sanghyun Kim wrote:
> hi.
> I have a question.
You came to the right place :-)
>
> When files in classpath in Runtime in Menifest are loaded?
Classes are loaded when instantiated. Each bundle as a classloader
associated.

http://www.slideshare.net/martinlippert/classloading-and-type-visibility-in-osgi-presentation

> And Can i Controll this load?

Equinox has some hooks in the classloading cycle.
http://wiki.eclipse.org/Adaptor_Hooks

> For example when the load files, I add file...
Previous Topic:Hide existing wizard entries from File > New Wizard
Next Topic:how to hide "Source" and "Refactor" menus for my own perspective?
Goto Forum:
  


Current Time: Fri Mar 29 00:44:13 GMT 2024

Powered by FUDForum. Page generated in 0.04215 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top