On Fri, Mar 20, 2009 at 9:35 AM, Frank Wierzbicki <[email protected]> wrote:

> 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.

Great stuff!  I could really use this part for my static compiler, so
it can discover what the current JRE contains (and therefore what your
code might reference).  In my case it would be standalone, since I
don't want to bother with this every time I start up.

> https://jvm-language-runtime.googlecode.com/svn/trunk/packagecache

That's password protected.

-- 
GMail doesn't have rotating .sigs, but you can see mine at
http://www.ccil.org/~cowan/signatures

--~--~---------~--~----~------------~-------~--~----~
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