On 10/03/2010 12:28 AM, Jochen Theodorou wrote:
And if class loaders is all I have, how to get the classes and jars I am
supposed to compile against?

I don't know it's 100% guaranteed to work, but to get the class file
corresponding to the class Foo.class, you can usually do:
   Foo.class.getResource("Foo.class")
(or something very similar).
--
        --Per Bothner
[email protected]   http://per.bothner.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