As far as I understand it, the JVM should prevent a user from accessing the system memory. I want to create a program like Dwarf Therapist. What do I need to be researching in order to achieve this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Nix, Don Roby, A--C, t0mm13b, Linger Jan 21 at 0:39
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
One approach would be to research JNI and the native calls you need to make it happen |
|||||||
|