Sounds like you are missing some library entries. Are you compiling
using Flash Builder or mxmlc?If you are using mxmlc, a good tip is to
view the .actionScriptProperties file in the Flash Builder (Eclipse)
project directory to see the compiler settings that FlashBuilder is
using.I'm using Ant to compile my combined Java/Flex LCDS app. The
portion of the ant script to do the compilation is reproduced below -
note the library-path settings (make sure all these are included to
avoid the problem yo...