欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Ubuntu18.04下java环境安装flightplot分析软件

程序员文章站 2022-05-26 14:01:54
...

Java安装参考我的这篇博文
Linux 系统小白 Ubuntu 18.04下安装 Java 过程简单总结
安装flightplot过程如下
1:sudo apt install git
2:git clone --recursive https://github.com/PX4/FlightPlot.git
3.sudo apt-get install openjdk-8-jdk
4.sudo update-alternatives --config java
然后选择2 ------Java8--------- manual
5.reboot
6.
sudo apt install ant
cd FlightPlot
ant gen_deb
sudo dpkg -i out/production/FlightPlot.deb
运行:

java -jar out/production/flightplot.jar
相关标签: vim 编辑器