Fantom does something similar to what it sounds like Jython does. We scan the classpath to find all the jars and built up a data structure of all the classes found (it sure would be nice to reflect this with an API).
Here is the code we use for that process: http://fantom.org/doc/compilerJava/ClassPath_src.html I'm sure its pretty brittle for non-Hotspot VMs. -- 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.
