Previous Next        Current Page: NeXtMidas Training / Eclipse - Part 1 (Setup) / Setting Eclipse Options / Step 3
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
Getting Started - Part 2   
Working with Files   
Option Trees   
Macros - Part 1 (Basics)   
Macros - Part 2 (Graphics)   
NetBeans - Part 1 (Setup)   
NetBeans - Part 2 (GUIs)   
NetBeans - Part 3 (Profiler)   
Eclipse - Part 1 (Setup)   
   + Install Eclipse   
   + Setup a Eclipse Project   
   - Setting Eclipse Options   
      - Step 1   
      - Step 2   
      - Step 3   
Eclipse - Part 2 (GUIs)   
Primitives   
Applets & WebStart   
Maps & Imagery   
X-Midas Interoperability   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
File Handlers   


  • Setting Eclipse Options:
    • This next step is for Java experts only!
    • By default Eclipse shows all .java and .class files. Since we don't want to see the .class files we need to tell Eclipse to ignore them.
    • Click on the downward-facing triangle in the toolbar of the Package Explorer and select Filter to bring up the filtering options.
      Click image for larger view.
    • Check the Name filter patterns box at the top if it is not already checked.
    • Update the regular expression by adding the following to the end.
      *.class
      Click image for larger view.
    • Click OK