Code Warrior 4.0 on a Mac

Place MyPackage.jar and your Java source files in a named folder. Then open CodeWarrior and follow these steps:

  1. Select File/New.
  2. Select Java Application Wizard.
  3. Select Set.
  4. Uncheck "Create Folder."
  5. Browse for the folder with your Java source files.
  6. Enter a name for the project, such as "Project1."
  7. Select Save.
  8. Select OK.
  9. Uncheck "Create a frame on startup."
  10. Select Next.
  11. Uncheck "Insert information in every file."
  12. Select Finish.
  13. Select Generate.
  14. Select the .java file and delete it by selecting Edit/Clear.
  15. Drag your source files and MyPackage.jar from the Finder into the project window and select OK.
  16. Select Edit/Project1 Debug Settings.
  17. Select Java Target.
  18. Rename the Main Class file to your main class file.
  19. Select Save.
  20. Close the Debug Settings window.
  21. Select Project/Make.
  22. Launch the application JBoundApp from the Finder to run the program.