Community Page
- www.laaker.com/micah/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Sure. I'm not sure what the Pick List roadmap looks like for Y! Shopping, but currently most of the links there are broken, which makes me think its not being supported long-term. If it is,...
- What about bookmarking tool for Yahoo! Shopping? Should we add one?
- I like this feature very much
- Hmmm.... sorry, I wish I did, but don't have a clue. You may want to reach out to Mike (from Adobe) over at http://www.mikechambers.com/blog/ If you find out, please feel free to post back...
- I tried setting the path initial, this didn't work, even though I know I set the path correctly. So I thought I would trouble shoot, and just navigate to the /bin from the Terminal. Once I was...
Jump to original thread »
I recently attempted to install the Adobe AIR SDK on my MacBook Pro so that I could compile AIR applications. While Adobe’s done some great work at developing and exposing their tools early to the public, I could not find a set of instructions that resulted in a working installation. %
... Continue reading »
1 year ago
1 year ago
Thanks for the extra info. I still can't get this to work thought! No errors are thrown during the steps and when I do and echo $PATH I get,
MacPro:~ tom$ echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/applications/airsdk/bin
I've got the SDK in /tom/applications/airsdk. When I type adt I get
MacPro:~ tom$ adt
-bash: adt: command not found
Any advice?
Cheers,
Tom
1 year ago
Looks like you don't have the right path specified in your $PATH
Try changing "/applications/airsdk/bin" to "/tom/applications/airsdk/bin" and see if that works for you.
1 year ago
The Unix under the shiny aqua interface of Mac OS X is very Case sensitive. I think your PATH schould by
/Application/.. instead of /application/...
I hope it will work now for you.
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
I downloaded the ebook of the pocket guide to see if there was any additional help there too.
I'm running leopard. I didn't have a .profile or a .bashrc file. So I typed touch .profile
perfect. I open it up in the TextMate and it is entirely BLANK.
So the step where I have to look for a line that is similar to "export PATH=$PATH:/usr/local/bin" doesn't apply because I'm looking at an entirely blank file.
Any ideas?
Thanks -- Chad
1 year ago
export PATH=$PATH:/Users/bob/Applications/AIRSDK/bin
It worked for me... thought it might be helpful.
Also, Mike Chambers posted a link(4/17/08) on his blog to an updated edition of Pocket Guide. Check out his blog(www.mikechambers.com).
Direct Link to pdf:
http://onair.adobe.com/files/AIRforJSDevPocketG...
10 months ago
8 months ago
8 months ago
If you find out, please feel free to post back here, in case others are stuck, too.