Hi all
Can I call java object in c/c++? and How to do?
Thanks!
-
Can I call java object in c/c++? (2 messages)
- Posted by: an alix
- Posted on: August 16 2001 02:57 EDT
Threaded Messages (2)
- Can I call java object in c/c++? by Andy Nguyen on August 16 2001 14:59 EDT
- Can I call java object in c/c++? by an alix on August 16 2001 21:02 EDT
-
Can I call java object in c/c++?[ Go to top ]
- Posted by: Andy Nguyen
- Posted on: August 16 2001 14:59 EDT
- in response to an alix
Sure, there are a few ways. You can use CORBA, JNI or any form of IPC. All methods will require lots of effort, if you're not familiar with the method.
If you want to use JNI, I would suggest purchasing the book "The Java Native Interface" by Sheng Liang. Take a look at the chapter on the invocation interface. It should contain some helpful information.
Andy -
Can I call java object in c/c++?[ Go to top ]
- Posted by: an alix
- Posted on: August 16 2001 21:02 EDT
- in response to Andy Nguyen
Hi
I want to use JDBC access database,and in c/c++ call these;Because JDBC can span database,this idea is ok in
jni? I donot use CORBA,It require a ORB,my c/c++ code
are not in CORBA.
any suggestion will be appreciated!