views:

60

answers:

2

Hi, I want to fix the error when am using "nativeProcess" class it giving error, How to resolve the error.Any air installation failed?

A: 
  1. Are you running with needed privileges?
  2. Did you do exactly as in this?
  3. What kind of process you are trying to call?
Eugene
A: 

I ran into such issue when i was using wrong adobe air sdk. As you know, native process support was introduced in 2.0 adobe air sdk. But i used Adobe Flash Builder plug-in for Eclipse, and Eclipse was pointing to 1.5. Manual replacement of air files in the sdk folder with ones in the Air 2 SDK and pointing Eclipse to the right sdk fixed the problem. See detailed description here:

http://www.selikoff.net/2010/06/28/installing-the-adobe-air-2-sdk-in-eclipse/

If you are using the appropriate air sdk, ensure that you've included "extendedDesktop" profile to the "supportedProfiles" section in your application descriptor file.

Tatyana Maximovskaya