1. Download the CUCS stationary for Codewarrior from ftp://ftp.cs.cornell.edu/pub/cs100/CW5PCExtras.exe, not from the web site, because the one on the web appears to be corrupted. 2. Extract the files and rename CUCSApplication.mcp to CUCSApplication.vjp and CUCSGraphics App.mcp to CUCSGraphics App.vjp 3. Browse on your local hard drive to C:\Program Files\Microsoft Visual Studio\VJ98\VJProjects\ (depending upon where you installed VJ++ to) and create a new folder called CUCS. Put the 8 extracted (two now with different names) stationary files into this folder. 4. Open up VJ++ 6.0 and create a new project of type CUCSApplication. 5. In the project explorer, right click on the current project (probably titled Project1) and choose properties. 6. On the Launch tab, make sure “launch as a console application” is checked. 7. On the Compile tab, make sure “disable Microsoft Language Extensions” is unchecked. 8. On the ComClasses tab, check the following three boxes: CUCSApplication, Format, and TokenReader. 9. Select OK. 10. To create a new java file, from the file menu choose “new file.” 11. To run the java file, choose “start” from the debug menu. Note that steps 5 through 9 must be completed for each new project.