To create a new library under CodeWarrior Learning Edition: 1. Start the CodeWarrior IDE. This is found on the programs menu on Windows machines, and in the ? folder on Macintosh computers. 2. From the file menu select New. 3. Select Java Stationery from the Project panel. Type name of the library in the Name field. You may select an alternative folder to place it in. Make sure you keep the "Create Folder" checkbox checked. Press OK. 4. Open the JDK1.1 group, and select Java Library stationery. 5. Once the project is created, open the Sources group and select TrivialClass. Press delete. This removes an unnecessary file. 6. Now, switch back to the operating system (Windows or the Finder) and copy all the Java sources that are part of the library to the project folder. 7. Switch back to the IDE. Select the Sources group. From the menu, select Project>>Add Files - in the file types, make sure you have "Source Files". - select all the files (control-A on Windows, apple-A on Macintosh). - press add. The desired files will be added to the Sources group. You may have to add other jar files to the Classes group. 8. In the project pane, select the Targets tab. Double click on the Java Library target. - in Target Settings, change nothing. - in Java Output set Name to the name of the library (e.g. element.jar); select Compress and Generate Manifest. - press Save and close the window. 9. Select the Files tab, and from the menu select Project>>Make 10. Select Files>>Exit. The library can be found in the project folder.