Security confirmations, software rendering?

Hi,



Is it possible to distribute a game based on jME, without people being confronted with security confirmation dialogs?



That is, is there a software renderer mode for jME?



Or, does the fact that [the LWJGL libraries that I would ship with my game] are signed entail that the security dialogs state that the software vendor is trusted (as long as I don't include additional unsigned native libraries)  ?

(So the security dialogs look kind and nice, and don't scare people away.)



Thanks,

Magnus

There is no software renderer included with jME. As for the dialogs, they do look slightly nicer when signed with a good certificate (like the LWJGL project did). However, currently jME is probably still doing some things that require signing too.


I don’t think jME is doing anything that requires signing by itself, I think signing is required for the whole applet & all included jars if any kind of signed code is included. If you want to use software rendering mostly you might want to try jPCT instead.