I have a swc(degrafa) that I have been referencing externally in another fo开发者_开发问答lder on my computer. When I tried to move the swc to the libs folder I was no longer able to access the swc from my application. Is there a step im missing?
Did you updated your library path as described here?
- With a project selected in the Flex Navigator view, select Project > Properties > Flex Build Path.
- Click on the Library Path tab, and then select and expand the SWC file entry to display the SWC options.
- Double-click the Link Type option. The Library Path Items Options dialog box appears.
- Select the Merged into Code option, and click OK.
This procedure is the equivalent of using the library-path compiler option.
The project libs folder was not the same as the one in the project tree. This was due to the project i am working on being apart of a larger project and the project properties was referencing the wrong folder. After changing the libs folder to the one I wanted to use the swc was recognized.
精彩评论