VolatileImage, mit-shm, and DGA

2001-09-23 Thread John Richardson
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

re: problems with RSA signed applets

2000-12-11 Thread John Richardson
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

problems with RSA signed applets

2000-12-06 Thread John Richardson
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