C++ exe displayed using java
-
Hi all:~ I have C++ application that I want people to demo via a webpage. Is it posible to Write a Java Applet to interface my application? I would of course have to serve the application off of my web server. Is this possible?? any help appreciated. IGeorgeI George W Software Developer www.zsystems.ca
-
Hi all:~ I have C++ application that I want people to demo via a webpage. Is it posible to Write a Java Applet to interface my application? I would of course have to serve the application off of my web server. Is this possible?? any help appreciated. IGeorgeI George W Software Developer www.zsystems.ca
You might find PCAnywhere handy for this Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
Hi all:~ I have C++ application that I want people to demo via a webpage. Is it posible to Write a Java Applet to interface my application? I would of course have to serve the application off of my web server. Is this possible?? any help appreciated. IGeorgeI George W Software Developer www.zsystems.ca
if u mean a java runs ur c++ exe, it is very easy, use java code: Runtime.exec that is all. includeh10