house fly

JSwat Project

How To: Console Mode


Starting in Console Mode

In order to run JSwat in the console mode, you must pass the -console switch as the first argument to JSwat. Starting JSwat with this option will cause the program to work purely as a console-based application. There will be no graphical interface as you would normally expect with JSwat. This mode is most useful when the AWT/JFC classes are not provided in your runtime environment, or if you prefer a simpler, quicker interface for debugging.

Drawbacks

The console mode comes with some drawbacks.

Advantages

The console mode comes with some advantages.

Using Console Mode

If you still want to use the console mode, you will need to know a few things to make the best use of it.



Back to Documentation