Compiling and running the project


To compile the project, select Project->Build in MIDletPascal menu. MIDletPascal will try to compile your program. If the compilation succeeds, the following message box will appear:

If the compilation fails, you will get the following message box:

The list of errors can be found on the Build output bar. You can double-click on an error message to display the erroneous line in the editor.

If the project was successfully compiled, you can run it by selecting Project -> Run menu. By default, MIDletPascal will run your MIDlet in the default emulator associated with JAD files on your computer. You must have some J2ME emulator installed on your computer in order to run MIDlets. We recommend that you install J2ME Wireless Toolkit that can be found at java.sun.com.