ikvm-fork/classpath/ikvm
jfrijters 5a3a196d92 Avoid security manager check for assembly class loaders. The runtime should be priviliged to create the default assembly class loader and a custom security manager might recursively require the assembly class loader to be loaded (which is only "supported" for custom assembly class loaders). 2010-11-03 07:55:11 +00:00
..
extensions - Added new public API to unmap exception (ikvm.runtime.Util.unmapException()). 2010-05-27 14:08:58 +00:00
internal Avoid security manager check for assembly class loaders. The runtime should be priviliged to create the default assembly class loader and a custom security manager might recursively require the assembly class loader to be loaded (which is only "supported" for custom assembly class loaders). 2010-11-03 07:55:11 +00:00
io Simplified the available() fix. 2007-06-15 08:40:01 +00:00
lang Added support for turning Java fields into .NET properties with an annotation. 2008-04-14 05:13:41 +00:00
runtime Massive change to change resource handling. Java resources are now stored in jars that are stored as managed .NET resources. The jars are projected into VFS and the assembly class loaders know how to load resources from these jars. 2010-08-05 13:43:00 +00:00