Can any of the Blackdown developers comment on the VolatileImage
issue at:
http://www.javagaming.org/discus/messages/111/540.html?1001267464
It seems that Linux VolatileImage won't support direct writing to VRAM,
meaning that it will be just as slow (I assume) as normal BufferedImages.
Does thi
For those who are reading the archives later:
The real problem was that JRE 1.3.0_01 doesn't seem
to use the browser's CA. It seems like it never worked
on Linux, but it used to on Windows platforms.
But it seems with 1.3.0_01, the jre no longer uses the
browser's CA anywhere.
The solution is
I'm having a problem getting the plugin to verify a signed applet. The
applet
was signed with a RSA certificate. Unsigned applets seem to work fine.
Changing
the ~/.java.policy file to trust this RSA certificate works fine as
well. The same
applet works correctly on Win98 and WinNT4.
The