This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
C++ to Java Communication
Posted by Sharan Bareddy on April 12, 2001 at 3:13 AM
> Hello. I was wondering if anybody out there knows how to write > C++ code that will communicate with servlets (make a request > to a servlet and then get the response). I have not done > socket programming before so if there are any libraries (that do http socket stuff) that can achieve this in C++ i would appreciate it if somebody could point those libraries out. Also does JNI come into play with this, I heard other people talkinga about it when doing C++ stuff. Thank you for your time. > Sujan Kapadia Yes JNI comes into picture.Without that you can't have a communication between your c++ code and Java.
Thank you
Replies:
- Threads Mallinath Bareddy June 08, 2001 at 3:37 AM
(0)
- JNI or Sockets Smarty April 12, 2001 at 9:41 AM
(0)
|