I have an application in C / C ++ that writes data to shared memory on Unix. Now I want to read shared memory data through a program using Java.
The program should read shared memory data. Is it possible?
A small implementation needs to be done, if possible.
source share