Put the class dictionary into a file called program.cd Must contain Main = . Put the behavior into a file called program.beh Class Main must contain a public static void main method. Put a test input into file program.input Check your class dictionary for design rule violations j-sem-check program.cd Generate the default Makefile: j-gen-make Generate the Java program and compile it: make test If there are errors, correct them and recompile with: make test Sometimes, "make clean" is needed before running "make test". Repeat the last step until all errors are eliminated.