Re: Java3D+Javafx doesn't work on Java 14
Posted by
gouessej on
May 22, 2021; 10:06am
URL: https://forum.jogamp.org/Java3D-Javafx-doesn-t-work-on-Java-14-tp4040679p4041148.html
The fix is correct, it means that the identifier must be in [0, Integer.MAX_VALUE] whereas the previous test accepted only strictly negative values, which was systematically leading to an ArrayIndexOutOfBoundsException.