Adding Library SWC's to IntelliJ IDEA 9
Written by Simon Bailey
Being a long term Eclipse user there are a host of workflows that are now alien to me in IntelliJ IDEA and I am determined to blog even the simplest of new ones I discover. This one shows you how to add a swc or library of swc’s to your project and then create a Class using the newly imported libraries. I use PureMVC multicore and StateMachine swc’s as an example.
Step 1
Step 2:
Step 3:
Step 4:
Step 5:
Step 6:
Step 7:
Step 8:
Step 9:
Now you lets create our ApplicationFacade and see our libraries accessible for usage:
Now simply hit ctrl + space and it will import the
1
|
|
Class from our Library.