i need to work with Process control block of each individual process. Is there any chance to get data from PCB using java code? Thanks in advance
Asked
Active
Viewed 898 times
0
-
1I'm going to go with "zero chance," saving some sort of OS specific binary linked to a Java program. – markspace Nov 14 '14 at 12:42
-
1Using *pure* Java code: no. – Raedwald Nov 14 '14 at 13:29
-
What exactly is it that you need to do with PCB? Do you need to get access only to a "friendly" processes which agree to cooperate and link-in some your library? – xmojmr Nov 14 '14 at 14:47