Delphi Clinic C++Builder Gate Training & Consultancy Delphi Notes Weblog Dr.Bob's Webshop
Hubert Klein Ikkink (aka Mr.Haki) - Communications Officer
 Mr.Haki's JBuilder Jar #10
See Also: JBuilder Papers

Quick compile, debug, and run
When we are working in JBuilder projects, we most often have got a couple of source files in our project. And during development, we often have to compile, debug or run our classes. We can use the different menu options from the Build and Run menu items. But we can use a quicker way to achieve the same goals: the right mouse button click!

If we click with the right mouse button on a Java source file, which isn't runnable, we get the following popup menu:

Popup menu for common source file

We can use the Make and Rebuild options to make or rebuild the selected source file.

If we click with the right mouse button on a Java source file, which is runnable, we get the folloing popup menu:

Popup menu for runnable source file

We can use the Run, Debug, Make and Rebuild options to run, debug, make or rebuild the selected source file.


This webpage © 1997-2009 by Bob Swart (aka Dr.Bob - www.drbob42.com). All Rights Reserved.