Jamie commented:
I've just tried to run 'vjslib.dll' (the J# Java packages) through netexp. I'm getting a NotImplementedException: System.Boolean on line 355.
I forgot to implement support for literal boolean fields.
I was wondering if this library could be used in place of the 'classpath.dll' one. In particular I was looking to see if the AWT would work.
It's unlikely this will work (without major effort).
Does your classloader look for classes in the 'classpath.dll' library before or after ones on the classpath? Can this behaviour be easily changed?
It looks in classpath.dll before it tries to load from the classpath, but at some point this will change (when I'm going to support multiple classloaders).
3:36:46 PM Comments
|