Posted By:
Peter_Chrastek
Posted On:
Saturday, March 30, 2002 06:34 AM
How does one use the new memory mapped files in java 1.4 to access for example Windows memory resident sections created by CreateFileMapping()..etc. These memory have been created by a VC++ program?
As these have no physical file associated with them, what "file" name should be used to open them in java?