Hi All,
I am having two jre installed jre1.5.0.14 and jre 1.6.0.
I am trying to package swf applicatgion for ios using command line "<c:\program files\java\jre1.6.0\bin\java" –jar “C:\Program Files\Adobe\Adobe Flash CS5.5\AIR2.6\lib\adt.jar" –package -storetype pkcs12 -keystore cert.p12 myApp.air myApp.xml myApp.swf -extdir extentions
but it is giving error code 105
But when I am uninstalling jre 1.6.0 and then running command “C:\Program Files\Adobe\Adobe Flash CS5.5\AIR2.6\bin\adt" –package -storetype pkcs12 -keystore cert.p12 myApp.air myApp.xml myApp.swf -extdir extentions
Its working fine.
even I am trying to uninstall jre 1.5.0.14 and compiling directly with jre 1.6.0 its giving me error.
Please suggest.
Thanks
Nitesh Kumar