How to run my exe file from a server?
I am very new to web-programming things. So I need a suggestion how to implement and choosing the tools for this project.
- I have created an exe file with "Adobe Director" which is a GUI application.
- I want to put that application in a web-server and run it in a browser from client side.
- My website needs username and password so it will use the MySQL for this.
- I am planning to use XAMPP open-source server for this work.
Following are my queries 1. How I can run that exe prepared by Adobe Director? 2. What my server should be开发者_开发知识库 capable of? 3. What should my client side should be capable of?
If someone can provide details steps about this and some code snipplets(for using an .exe file and preparing a java servlet) I would be grateful...
Are you sure you don't want to create a Shockwave app with Director that can run directly in the client's browser? The way you want to do things is plain impossible.
You need Microsoft Terminal Server, and use the RDP (Remote Desktop Protocol) to achive this.
精彩评论