java.lang.ref.SoftReference missing?

Tech-Archive recommends: Fix windows errors by optimizing your registry



I'm trying to compile a Java project in Visual Studio however it would seem
that J# doesn't have an implementation of the java.lang.ref.SoftReference
class (which I imagine would be a simple wrapper over the top of a
System.WeakReference).

I'm trying to keep the project as close as possible to pure Java (ie, only
reference vjslib.dll and not mscorlib.dll) however it looks like I'll have
to contaminate it by migrating the SoftReferences to WeakReferences.


Nathan


.