1
edit
Changes
→Add a Command (Print Students) to Your Project
Double click on the "defaultHandler" link to create the Handler class. The New Java Class window will open with the package name and class name set in it. Make sure that the class inherits from "org.eclipse.core.commands.AbstractHandler" by setting it as the Superclass. It should also implement the interface "org.eclipse.core.commands.IHandler".<br/>
[[Image: RCPCommand5.jpg | 500px]]<br/>
<br/>