Don Hill
Posts: 70
Nickname: ssswdon
Registered: Jul, 2002
|
|
Re: java c++ communication
|
Posted: Jul 25, 2002 7:25 AM
|
|
> hiya,anyone knows how a java program can communicate > with a c++ program in unix?
James, How do you mean communicate ? There is native calls that can be made into the c++ lib, you will need to do a loadlibrary() first then make the calls, there is some prototyping that needs to take place also.
Here is a simple example
http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/step1.html
|
|