Java Applet and C++
Hey everyone,
I was curious if it's possible to have a java applet connect to C++ via shared memory or some other way (other than I/O like read/writing to a file).
Basically I have an applet that's called from a web page, this web page is hosted locally, not remotely, and it calls a java applet from the HTML.
I'd like to have some basic networking done in C++ and import the data that's transferred through c++ to be accessible in the java applet.
Thanks for your time
:)
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement