java.lang.ref.SoftReference missing?
- From: "Nathan Baulch" <nathan.baulch@xxxxxxxxx>
- Date: Thu, 9 Mar 2006 11:43:21 +1100
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
.
- Follow-Ups:
- Re: java.lang.ref.SoftReference missing?
- From: Bruno Jouhier
- Re: java.lang.ref.SoftReference missing?
- Prev by Date: Re: Displaying a value stored in a variable
- Next by Date: Re: java.lang.ref.SoftReference missing?
- Previous by thread: Re: testing for connection
- Next by thread: Re: java.lang.ref.SoftReference missing?
- Index(es):