Running and Debugging the Project

The project can be run (and debugged) using the Run (or Debug) dialog.

Procedure

  1. Goto Run > Run Configurations
  2. Right click Eclipse and select New to create a new Eclipse Application (for example, Test).
  3. Adjust the memory parameter by going to the Arguments tab and adding the following into the VM arguments section:
(-XX:MaxPermSize=256m -Xmx384m)
  4. Click Apply and then click Run. A new application will come up and the new wizard can be tested and debugged. The File > Import menu will show the new wizard.