2 FIXME in jogl...

These 2 FIXMEs seem not solved yet till now.

com.sun.javafx.audio.windows.waveout
TestSpatialization.java
around line 48

// FIXME: this is a hack to get the native library loaded
            try {
                GLDrawableFactory.getFactory(NativeWindow.class);
            } catch (Exception e) {}

com.sun.opengl.impl.gl2.fixme
GLObjectTracking.java

I think there must be some solutions already since these FIXMEs exist for such a long time.
So, can any guru to deal with these 2 FIXMEs?

Best Regards
JIA Pei