Previous Next        Current Page: NeXtMidas Training / NetBeans - Part 1 (Setup) / Setting NetBeans Options / Step 3
back
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)   
   + Install NetBeans   
   + Setup a NetBeans Project   
   - Setting NetBeans Options   
      - Step 1   
      - Step 2   
      - Step 3   
      - Step 4   
NetBeans - Part 2 (GUIs)   
NetBeans - Part 3 (Profiler)   
Eclipse - Part 1 (Setup)   
Eclipse - Part 2 (GUIs)   
Primitives   
WebStart   
Maps & Imagery   
X-Midas Interoperability   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
File Handlers   


  • Setting NetBeans Options:
    • This next step is for Java experts only!
    • By default NetBeans shows all .java and .class files. Since we don't want to see the .class files we need to tell NetBeans to ignore them.
    • Click on the Advanced Options button to bring up the advanced options, or the Miscellaneous screen under NetBeans 6.5+.
    • Bring up the System Settings (this is under IDE Configuration / System) or select the Files tab under NetBeans 6.5+.
      Click image for larger view.
    • Click the ... button next to the Ignored Files field, or edit the Files Ignored by the IDE setting.
    • Update the regular expression by adding the following to the end.
      |.*\.class$
      Click image for larger view.

back