Code Warrior 5.0 on a PC

Extract the class files from MyPackage.zip and place them in a folder called MyPackage. This folder should be a subfolder of the folder containing your Java source files. 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. Right-click on the .java file and delete it.
  15. Drag your source files and the MyPackage folder from the Explorer into the project window.
  16. Select Edit/Project 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/Run.