PX4 / jMAVSim

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

Update jar-in-jar-loader for Java 9/10 #79

Closed julianoes closed 5 years ago

julianoes commented 5 years ago

This copies the latest jar-in-jar-loader.zip which fixes these issues seen with Java 9/10:

Exception in thread "main" java.lang.NoClassDefFoundError: javax/vecmath/Tuple3d
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Class.java:374)
        at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)

The new zip is taken from: http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/plain/org.eclipse.jdt.ui/jar-in-jar-loader.zip

Fixes https://github.com/PX4/Firmware/issues/10443.