> > I’m reading up tonight on Oracle & Apple’s documentation on packaged
> > releases.
> 
> Sounds good. Thoughts on JNLP versus App packaging? In my experience
> with Yosemite downloading a JNLP doesn't run it, and doesn't give
> instructions to install Java if it's not installed. Oracle's app
> packaging with a standalone JRE provided that it keeps itself up to date.

We have most of the code to produce an App already in:
https://github.com/freenet/java_installer/commit/366e746709fc1bbaab5aa6c736fb7fd11968ca40

"ant bundle" to produce one

Contrary to JNLP, we can't use our code-signing cert (we'll have to get
an Apple developer one)... so there's a cert-warning popping up when you
open it with Finder..

As for which one we use I guess we can auto-detect whether the browser
has the java plugin enabled or not and pick either JNLP or App using
javascript (like we do for other platforms).

Florent

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Devl mailing list
Devl@freenetproject.org
https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to