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:
- Select File/New.
- Select Java Application Wizard.
- Select Set.
- Uncheck "Create Folder."
- Browse for the folder with your Java source files.
- Enter a name for the project, such as "Project1."
- Select Save.
- Select OK.
- Uncheck "Create a frame on startup."
- Select Next.
- Uncheck "Insert information in every file."
- Select Finish.
- Select Generate.
- Right-click on the .java file and delete it.
- Drag your source files and the MyPackage folder from the Explorer into
the project window.
- Select Edit/Project Debug Settings.
- Select Java Target.
- Rename the Main Class file to your main class file.
- Select Save.
- Close the Debug Settings window.
- Select Project/Run.