Note: Assumes floodlight is available in the workspace as "floodlight" project
To run from Eclipse:
- Create a new Scala Application Run Configuration (name it, say, "ScalaFlow")
- the main class should be:
net.floodlightcontroller.core.Main
- add Program arguments:
-cf src/resources/scalaflow.resources
- add the floodlight project to the classpath under "User Entries"