Developing an Eclipse RCP application
问题 It's my first time to develop an RCP application with Eclipse 3.8. My question may seem weird but it is really confusing for me. Where can I put the code for my application? If I create the needed classes for my app where can I use their objects? In the Application.java class? I'm confused, and Internet tutorials focus only on the visual aspect and SWT, not on how to code. 回答1: An eclipse RCP application is basically an eclipse plugin. I suggest starting off with an RCP application based on a