How can I make my Java application use the new system calls I have defined?
Intuitively, I feel like I need to edit something like JDK or JNI. I have no idea how to approach it specifically, so I post a question.
How can I make my Java application use the new system calls I have defined?
Intuitively, I feel like I need to edit something like JDK or JNI. I have no idea how to approach it specifically, so I post a question.