4. Example: javac -cp btypes-all-2.9.12-SNAPSHOT.jar TrafficLightExec.java TrafficLight.java (Code generated from TrafficLightExec.mch which includes TrafficLight.mch)
**Compile the generated code in C:**
### Compile the generated code in C
1. Move BInteger and BBoolean to same folder as generated code (see btypes/src/main/c)
2. gcc *input file* -o *output file*
3. Example: gcc Lift.c -o Lift
2.`gcc <input file> -o <output file>`
3. Example: `gcc Lift.c -o Lift`
### Execute the generated code in Java
**Execute the generated code in Java:**
1. Write a main function in the generated main class