can anyone help me in building a desktop app that can compile java, c, c++ files and display the results using the flex app
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Adobe AIR lets you create desktop applications based on Flex framework. As of AIR 2.0, you can run native processes from AIR. Thus you can call the corresponding compilers of java/c/c++ from your app and display the results using your pretty flex controls.