Testing the UI at runtime

Running and debugging in JBuilder

When you're ready to test your program, you can simply run it, or you can run it and debug it at the same time.

To run your application, choose Run|Run Project, press F9, or click the Run button   on the toolbar. JBuilder compiles the program, and if there are errors, compiling stops so you can fix the errors and try again.

To debug your application, choose Run|Debug, press Shift+F9, or click the Debug button  . Debug your program and correct any errors.

For complete information on these topics see the following chapters.

See also: