[java] Native Methods and Program to Program Communication

Started by
3 comments, last by Raghar 19 years, 2 months ago
Can someone give me a more detailed description of what I can to with native methods? Can completely incorparate a C++ prog. into my java prog? Also is there any way i can have one java application send messages to another java application on the same comp?
Advertisement
Yes (compile it as DLL for example)



ByteBuffer (direct)
sockets
shared BSS segment.
Yah im not to advanced with Java programming yet but can you explain it more on how i would do this because i really have no idea.
Ooops double post sry.

[Edited by - Tallshortkid on February 9, 2005 4:51:23 PM]
You might start here:

http://java.sun.com/docs/books/tutorial/native1.1/index.html

Do you know what would you like to accomplish?

This topic is closed to new replies.

Advertisement