iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Working With Plugins and Web Services > Setting Up a Plugin > Setting Up a Plugin Using Java > Setting Up a Destination Plugin Using Java > Running the Plugin From the Channel |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
After you have determined that your plugin works properly when connected to your channel, you can update the channel to start the plugin automatically whenever the channel is started. To do this, recall that you used commands similar to the following to start your plugin from the command line:
The first of these commands set the value of the CLASSPATH environment variable, and the second command started the executable. For Iguana to be able to start the plugin automatically, you must first define the CLASSPATH environment variable in Iguana. To do this:
Now that CLASSPATH is defined, the next step is to configure your channel to run the java command shown above to start the plugin automatically. To do this:
At this point, your plugin has been tested and is ready for use. |