PX4 / jMAVSim

Simple multirotor simulator with MAVLink protocol support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile error with openjdk-7

bansiesta opened this issue · comments

compile:
    [javac] Compiling 58 source files to jMAVSim/out/production/jMAVSim
    [javac] jMAVSim/src/me/drton/jmavsim/SimpleSensors.java:42: error: cannot find symbol
    [javac]         if (java.lang.Double.isFinite(n)) {
    [javac]                             ^
    [javac]   symbol:   method isFinite(double)
    [javac]   location: class Double
    [javac] 1 error

I'm assuming this is old and fixed, closing.