How do I compile Kahindu?

by

Professor Douglas Lyon,Ph.D, M.E., B.S.

This page was made in 1999 and is here for legacy purposes

To Compile kahindu, start codewarrior and create a new project:

Create an application using the application stationary:

Name the project (I shall call it proj):

Save the project and run the program (F5 should do it).

This should print "hello world".

Then locate the kahindu source code and drag it onto the project window. Finally, change the application settings in the edit menu:

And alter the Java Target so that it reads: "Main":

Finally, hit F5 again and all should compile and run.