
Installing a Java toolbar for the EPM editor on OS/2 Warp

  Download 'java.bar' in binary to your OS/2 Warp system. Start EPM
  from either the 'Editor for Java' or the 'Enhanced Editor' icon.

  - Go to Options - Preferences - Settings - Toolbars - Import
  - Enter the file name and path of 'java.bar'.
  - Enter 'Java' as the name of the toolbar.
  - Make 'Java' the current toolbar
  - Close settings

Buttons for building Java programs

  Press the 'Build this' button to compile the current file as
  a Java program using the Java compiler in an editor OS/2 command
  shell window.

  Press 'View' in the shell window to go to the Java source
  file in error.

  Press 'CurrErr' to view the description of the error on the
  current line.

  Press 'NextErr' to go to the next error and PrevErr to go to the
  previous error.

  'Build All This' compiles the current file and all its dependencies.

General Editor control buttons

  Press 'KwdHilit' to turn keyword highlighting on and off. The
  epmkwds.jav file in the \os2\apps subdirectory controls how words
  in Java source files are displayed.

  Press 'MonoFont' for a monospaced font which is sometimes preferable
  for editing source files.

  Press 'Msg' to display editor messages

  'Press 'Shell' to start a shell within the editor allowing OS/2
  commands and programs to be run inside the editor

  Press 'List ring' to get a list of all of the files being edited.

Buttons for indexing of source files

  The EPM editor supports tags to allow cross references across a set of
  source files.

  Press 'MakeTags' to create cross reference of method names.
  Press 'TagsName' to change where the cross reference data is stored.
  Press 'CurrProc' to find where method name under cursor is defined.
  Press 'FindProc' to find where a method is defined.

