I installed Adobe AIRSDK today on Linux.
AdobeAIRSDK install dir: /usr/local/AdobeAIRSDK
Project dir: /home/greno/build/HelloWorld
Created the HelloWorld app and ran it ok.
Went to create the certificate file and then hit a problem:
[greno HelloWorld]$ (export PATH=$PATH:/usr/local/AdobeAIRSDK/bin ; adt -certificate -cn SelfSigned 1024-RSA sampleCert.pfx samplePassword )
Unable to access jarfile /usr/local/AdobeAIRSDK/bin/../lib/adt.jar
[greno HelloWorld] $ ls /usr/local/AdobeAIRSDK/bin/../lib/adt.jar
/usr/local/AdobeAIRSDK/bin/../lib/adt.jar
[greno HelloWorld]$ java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)
It looks like there might be some type of Java classpath problem.
So what is needed here to get the certificate generated?