Advertisement

Java Applet and C++

Started by May 09, 2010 12:29 PM
2 comments, last by lithos 14 years, 6 months ago
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 :)
Wrong forum, and have you considered sockets?

Advertisement
I'll look into sockets...and sorry for posting in the wrong forum :)



Same thing: http://www.zeromq.org/start

This topic is closed to new replies.

Advertisement