Introduction
Floodlight uses a home grown module system in order to decide what will be run. The goals of this system are as follows.
...
-cp tells Java what jar files to use in the classpath. The net.floodlightcontroller.core.Mains specifies where the main method to start the application is. Be sure to create MAIN-INF/services/net.floodlightcontroller.core.module.IFloodlightModule if your additional jar file includes classes which implement IFloodlightModule.
Specifying another configuration file
...