I have an application in C/C++ that writes data in shared memory in Unix. Now I want to read that shared memory data through a program using Java.
The program should read the shared memory data. Can it be possible?
Need a small implementation if possible.