Getting Correct Paths in Text Pad


  1. Go to Configure in TextPad menu
  2. Go to Preferences
  3. Click on + next to Tools
  4. Click on Compile Java
  5. Paste
    -classpath .;.\mbsbb.jar;.\mbsgui.jar
    into Parameter Box in front of $File
  6. Click Apply then Click OK
  7. Click on Run Java Application
  8. Paste
    -classpath .;.\mbsbb.jar;.\mbsgui.jar
    into Parameter Box in front of $BaseName
  9. Click Apply then Click OK