Hi all,

it seems the spec isn't all too clear in that area. For our compiler we 
would need a ClassLoader that does not load class that are given as 
classpath.... I guess I am not very clear....

java -cp A.jar foo.Bar

we now need the class loader that is allowed to laod classes from 
rt.jar, but does not laod classes from A.jar. It seems the spec says for 
1.2 that the bootstrap class loader will not do that, but how to get a 
hand on it? Giving null as parent seems to result in the system class 
loader, which is the one that loads the classes from A.jar... so it is 
the wrong one.

Is there any way to do this?

bye blackdrag

-- 
Jochen "blackdrag" Theodorou
The Groovy Project Tech Lead (http://groovy.codehaus.org)
http://blackdragsview.blogspot.com/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to