Busted flash on Debian unstable

Apparently the latest v10 flash player (aka flashplugin-nonfree) freaks out when libgtk1.2 has beel loaded into the address space.

Adobe Flash Player: GTK1.x environments not supported. Exiting now

The IBM JDK v5 loads libgtk1.2 into the mozilla/firefox address space, but the v6 java plugin doesn’t seem to. I did the following, pointing to a piece of software that happens to bundle the IBM JDK v6:

$ sudo update-alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so mozilla-javaplugin.so /opt/IHS7000/java/jre/plugin/i386/ns7/libjavaplugin_oji.so 999

$ sudo update-alternatives --install /usr/lib/firefox/plugins/libjavaplugin.so mozilla-firefox-javaplugin.so /opt/IHS7000/java/jre/plugin/i386/ns7/libjavaplugin_oji.so 999