Search results
From APIDesign
You searched for Classloader
There is no page titled "Classloader".
For more information about searching APIDesign, see Help.
Showing below 15 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
Page title matches
- ClassLoader (256 bytes)
1: ...at it is supposed to execute. There can be many [[ClassLoader]]s in one [[JVM]]. Actually each thread can have ...
Page text matches
- OlderBlogPosts (111,273 bytes)
78: ==== One [[ClassLoader]] to Know Them All! ====
80: ...in such situation is a [[ThreadContextClassLoader|classloader that knows everything]]. Here is a little [[Threa... - NetBeans Runtime Container (12,435 bytes)
62: ...ther module. This is enforced during runtime by [[ClassLoader]] machinery provided by the NetBeans Runtime Cont... - AlternativeBehavior (6,943 bytes)
90: ...d two versions of some class with two different [[ClassLoader]]s.
126: :''and a classloader and as such it is easy to iterate the stack and f... - Co-existence (1,703 bytes)
11: ...]] one needs to load the class by two different [[ClassLoader]]s to get different behavior. This way one can ge... - Singleton (11,169 bytes)
51: ..., I would need to load the classes by different [[ClassLoader]] again (see [[co-existence]] for more details). - BootstrappingEquinox (3,588 bytes)
3: ... to be able to load the hook classes from other [[ClassLoader]] than own! The problem seems to be in ''HookRegi...
12: ...r'' and [[AspectJ]] weaving [[JAR]] by the same [[ClassLoader]].
16: ClassLoader l = Thread.currentThread().getContextClassLoader(...
19: ...ClassLoader]] just with a [[dependency]] on the [[ClassLoader]] providing ''equinox.jar''. - ThreadContextClassLoader (5,750 bytes)
1: ...eeds more classes than those visible by its own [[ClassLoader]]. However it is also accompanied with problems. ...
14: ...as classes of the same name loaded by different [[ClassLoader]]s cannot be cast to each other).
16: == Isolating [[ClassLoader]] ==
20: ...h (except own [[JUnit]] classes). By using this [[ClassLoader]] as a parent for [[NetBeans]] or for [[Equinox]]...
43: ...spath classes and really used the ''isolating'' [[ClassLoader]]. Majority of the tests started to work. - ClassLoader (256 bytes)
1: ...at it is supposed to execute. There can be many [[ClassLoader]]s in one [[JVM]]. Actually each thread can have ... - Javeleon (5,181 bytes)
11: ...ing of resources, one needs to enhance existing ''ClassLoader''s a bit.
13: ...k all the existing classes (''ResourceBundle'', ''ClassLoader'', or [[NetBeans]] ''StandardModule'', etc.) and ...
27: ...aring new class, one shall tell the [[JVM]] which classloader shall load it. The [[JPDA]] [[API]] is not capabl...
29: ...ossibility. Just load in an enhanced version of ''ClassLoader'' and use the newly defined private contract to t... - ObfuscatePerLibrary (5,785 bytes)
71: ...r]] loads all classes in a system {{JDK|java/lang|ClassLoader}}). Yet, it is possible to isolate non-public pac... - LowerProfile (11,103 bytes)
128: ...e are sealed and can only be loaded by the system classloader. - EnforcingProperUsage (6,834 bytes)
25: ...he rules by loading user classes with different [[ClassLoader]] which does not see the classes in private packa... - TwoYearsWithTruffle (18,456 bytes)
89: This required a bit of [[ClassLoader]] tricks, but that is something a former [[NetBea... - DesignForJDK9 (13,551 bytes)
107: ... at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
230: ... at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)