|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The simplest way to test your Java plugin is to start the plugin from the command line. To do this, first ensure that your plugin has compiled successfully by running a command similar to the one below:
After the plugin has compiled successfully, you can run it from the command line. For example, the following sequence of commands runs the source plugin that is generated by Chameleon's stubcode generation wizard:
When you run these commands, output similar to the following appears in the command prompt window:
If this test is successful, you are ready to test whether the plugin works when started from the Iguana channel. The next section describes how to do this. |