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:
- 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.
- Select the .java file and delete it by selecting Edit/Clear.
- Drag your source files and MyPackage.jar from the Finder into
the project window and select OK.
- Select Edit/Project1 Debug Settings.
- Select Java Target.
- Rename the Main Class file to your main class file.
- Select Save.
- Close the Debug Settings window.
- Select Project/Make.
- Launch the application JBoundApp from the Finder to run the program.