Java access to Shared Memory
Hai All,
How to access a C++ application's data in shared memory from a Java application?
This should be possible i suppose.
Preferably ... I am looking for solution using core java apis ( not using external apis or libraries ).
If someone could help me out in finding the right way to get this done ..
Thanks

