> The first time Jython is started, it walks through all of the jars and > class directories on the filesystem that it knows about (including, > for example classes.jar, the jars in the ext dir, etc) and creates a > filesystem cache of all of the package names and corresponding class > names.
I feel your pain - we are doing the exact same thing for Fan for the Java FFI. Although I want to know all the packags too - basically a model of the entire type namespace (limited of course to classes which have been statically compiled). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
