How to ...

Index


Classpath options

  • - How Kawa decides the Classpath

    - How to set classpath for the project

  • Build Options

  • - How to compile a non-project Java file

    - How to compile modified Java files only

    - How to Javadoc files

    - How to Rebuild Folder files only

    - How to automatically Rebuild and Run

    - How to identify project dirty files and folders

    - How to issue compile *.java in different directories of the project

    - How to make a Java Bean

    - How to make a Jar File

    - How to add Javadoc Template

    - How to use rmic command

  • Runtime Options

  • - How to Run an applet or application

    - How to pass command line arguments

    - How to set the runtime directory for execution

  • Debug options

  • - How to Debug

    - How to set Breakpoints

    - How to set variable values during debugging

    - How to watch variables during debugging

    - How to make debugger find source files for different packages

  • Projects

  • - How to maintain a Project

    - How to add entire directory to a project

    - How to add one Kawa project to another

    - How to switch the project tree between file view and class view

  • Packages

  • - How to work with packages under Kawa

    - How to override base class methods

    - How to add Class file to package Tree

    - How to add jar files and zip files to packages

    - How to edit package classpath

  • Setup Options

  • - How to set various Editor options

    - How to set the Editor Syntax color options

    - How to add custom help index under Kawa

  • Custom Commands

  • - How to make a Custom command

    - How to monitor a custom command and kill a custom command

    - How to automatically checkout a RO file from source control

    - How to add a Custom menu command to Project tree right button menu

  • Miscellaneous

  • - How to make new classes and interfaces under Kawa

    - How to set BookMarks

    - How to Display Context Sensitive help

    - How to Rename a file under Kawa

    - How to maintain Template classes or skeleton classes under Kawa

    - How to perform Find in Files and Replace in Files

    - How to search the source code for the name of a class, interface, method, or member variable