2.7. Running The Tutorial

Before running the tutorial test program, we'll first synchronize Kodo Workbench's schema with your database schema. Switch to the Schema Explorer. Right click on Schemas and select Run SchemaTool. Select Run and then select Ok from the confirmation screen. You can see the SQL statements executed in the SQL tab of the Logging pane.

Now that the runtime schema is up to date, we can now exit from Kodo Workbench (File -> Exit), and then run the test program from the prompt:

.../samples/ide> java samples.ide.PassengerMain

This completes the tutorial. We've seen how to import, edit, and manipulate Kodo objects. The following chapters will include details and examples about the other actions in Kodo Workbench.