I am a newbie to Xpage Extension Library plugin development in Eclipse.
Recently I downloaded a project named "Workflow for XPages" from OpenNTF and now I want to analyze and edit the source code. After I imported the source code into Eclipse, there are lots of errors saying "The import XXX(javax.faces, com.ibm.xsp.util and so on) can not be resolved". It seems that lots of environment configuration needs to be done before I can continue. Can anybody help and tell me how to do that? I can not find any useful information by searching on the web(Sorry I am living in China now.....Google not allowed here).
Thanks in advance!!
Updated: After configuring the Eclipse as Jesse suggested, most of "the import XXX can not be resolved" errors has disappeared. But right now there are still 159 this kind of errors located in three projects, which are "com.ibm.domino.oauth", "com.ibm.xsp.extlibx.oauth" and "com.ibm.xsp.extlibx.relational". I also referred to the blog "http://www.intec.co.uk/configuring-eclipse-for-domino-debug-plugin/" written by Paul Stephen Withers(Thanks Paul!), but I still can not solve this problem. Any more suggestions? Thanks a lot!