PX4 / jMAVSim

Simple multirotor simulator with MAVLink protocol support
BSD 3-Clause "New" or "Revised" License
84 stars 208 forks source link

Compile error with openjdk-7 #12

Closed bansiesta closed 8 years ago

bansiesta commented 9 years ago
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
julianoes commented 8 years ago

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