LWJGL Forum

Programming => General Java Game Development => Topic started by: bobjob on April 03, 2008, 00:43:31

Title: webstart tick box
Post by: bobjob on April 03, 2008, 00:43:31
Iv noticed that some java webstart app's already have the "always trust" tick box pre-ticked befor running.
i cant seem to find anything on this over the net.
can someone please explain why.
Title: Re: webstart tick box
Post by: Matzon on April 03, 2008, 09:01:30
if you use a proper certificate that is trusted by the java runtime, it will default to accept.
so basically anything you buy will get accepted, while selfsigned wont.
Title: Re: webstart tick box
Post by: bobjob on April 03, 2008, 15:41:58
thanx.
well that makes sense.