Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Introduction

...

-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

...