参考:
问题:
在follow安装教程安装Floodlight的过程中,ant编译时出现了:
[taskdef] Could not load definitions from resource tasks.properties. It could not be found.
这个问题,导致floodlight执行失败。
解决办法:
官方网站给出了答案,需要将java升级到java8:
If you are upgrading from Floodlight v1.2 or below to a newer version or the master branch, you should update to Java 8 at this point.
升级教程:
实际操作注意点:
在上述的教程中,用到了alternatives命令,在实际操作中,这个命令等同于update-alternatives命令;
笔者(环境:Ubuntu 14.04 64位)在操作的过程中,遇到了命令not found的问题,改成update-alternatives即可。
2016/12/6