安装FlightPlot+错误解决办法

安装jdk:

sudo apt-get install openjdk-7-jdk

安装ant:

sudo apt-get install ant

下载FlightPlot:

git clone --recursive https://github.com/PX4/FlightPlot.git

编译:

cd FlightPlot
ant

为了给Ubuntu系统使用,创建deb文件:

cd FlightPlot
ant gen_deb
sudo dpkg -i out/production/FlightPlot.deb

运行:

java -jar out/production/flightplot.jar

编译时出现错误:

Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk-amd64/lib/tools.jar
Buildfile: /home/amov/FlightPlot/build.xml

make_dirs:

compile:

BUILD FAILED
/home/amov/FlightPlot/build.xml:24: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-6-openjdk-amd64/jre"

Total time: 0 seconds
解决方法:

安装jdk版本有问题,重新安装:

sudo apt-get install openjdk-7-jdk

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值