Cannot run program “java.exe” “CreateProcess error=87, The parameter is incorrect”
28.10.2011
POSTED IN Flex, Programming TAGS : error, Flex, ios, ipad, iphone
Spent like a day to find out why flex would come up a java error, with a message like this:
Cannot run program “java.exe” “CreateProcess error=87, The parameter is incorrect”
However, compiling the source and run it off simulator would work fine. Things won’t work on the iPad / iPhone devices.
Searching on google didn’t really help. Finally, found it is because the number of files included in the package is too much. In my case I have included 1200+ mp3 files from previous project.
Hope this will help someone to save time.

