Installing the Adobe AIR 2 SDK in Eclipse

Main menu:

Topics

Recent Posts

Blog

 

February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  

Past Posts

Java/J2EE

JDBC

Other

Archive for the tag "air"

Flex – Event Handlers and Weak References

September 21st, 2010 by Scott Selikoff

Did you know defining an event handler on an object in Flex can prevent it or other objects from being garbage collected even after all explicit references to the objects have been removed? If not, then keep reading. Introduction Previously, I discussed techniques for freeing up memory on video and images in Flex, but I [...]

Installing the Adobe AIR 2 SDK in Eclipse

June 28th, 2010 by Scott Selikoff

While Adobe makes adding a new Flex SDK easy – just drop a new version folder alongside another version and point Eclipse to the new directory – they make installing a new Air SDK quite frustrating. The Air SDK is installed inside the Flex SDK, so to truly install a new version, you must hijack [...]