Air application - how to run two instances at one time [duplicate]

吃可爱长大的小学妹 提交于 2019-12-11 15:34:41

问题


Possible Duplicate:
starting an Adobe AIR application multiple times

I'm trying to test my air application with a java server on my machine but in the flash builder program only one instance can be run at one time. How can I run two instances so I can test two users connecting to the java server I have built? Thanks.


回答1:


Every AIR application has a .xml file that defines application properties. This file contains a <id /> tag that defines the application identifier, start one application go to this file edit <id /> tag to a new name and start the application again.



来源:https://stackoverflow.com/questions/7934446/air-application-how-to-run-two-instances-at-one-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!