Re: slightly ot: java9 runtime images

2015-05-07 Thread Danno Ferrin
I looked at the man pages, and it’s not there. That is strange because I remember working with the docs people to get them the info they needed. The best docs are from my JavaOne presentation: https://oracleus.activeevents.com/2014/connect/fileDownload/session/3B139AAF656DC1741328669FE873981E/

Re: slightly ot: java9 runtime images

2015-05-07 Thread Tom Eugelink
On 7-5-2015 16:44, Mike Hearn wrote: Do you actually need JAR signatures anyway? The JVM is bundled, it's not like you have to pass some system security policy beyond Gatekeeper/Windows code signing. Well, I remember the official Sun mail.jar being signed and causing headaches if it was repa

Re: slightly ot: java9 runtime images

2015-05-07 Thread Mike Hearn
Do you actually need JAR signatures anyway? The JVM is bundled, it's not like you have to pass some system security policy beyond Gatekeeper/Windows code signing.

Re: slightly ot: java9 runtime images

2015-05-07 Thread Tom Eugelink
On 7-5-2015 15:52, Danno Ferrin wrote: I don’t know where you got your information, it has never been the case for as long as i’ve used it and worked on it before my employ at Oracle that you have to rely on a single jar for Java Packager. Repacking jars is completely unneeded and the Java P

Re: slightly ot: java9 runtime images

2015-05-07 Thread Tom Schindl
[...] > In 8u40 we added an option to install your application as service or daemon, > so you can use the java packager to install your microsoervices. > [offtopic] Interesting where is this documented - google did not show up any results? Do I get callbacks in my Java code to react on a shutd

Re: slightly ot: java9 runtime images

2015-05-07 Thread Tom Schindl
On 07.05.15 14:27, Tom Eugelink wrote: > On 7-5-2015 02:15, Danno Ferrin wrote: >> You can already do some of that today with Java 8 and the Java >> Packager. You can create a file tree that can be zipped up that >> includes the runtime and all of the application files, as well as >> native instal

Re: slightly ot: java9 runtime images

2015-05-07 Thread Danno Ferrin
> On May 7, 2015, at 6:27 AM, Tom Eugelink wrote: > > On 7-5-2015 02:15, Danno Ferrin wrote: >> You can already do some of that today with Java 8 and the Java Packager. >> You can create a file tree that can be zipped up that includes the runtime >> and all of the application files, as well a

Re: slightly ot: java9 runtime images

2015-05-07 Thread Tom Eugelink
On 7-5-2015 02:15, Danno Ferrin wrote: You can already do some of that today with Java 8 and the Java Packager. You can create a file tree that can be zipped up that includes the runtime and all of the application files, as well as native installers for windows, linux, and mac that will insta

[8u60, 9] Review request for RT-40482: The image in application rotates only 1 time, but the image in browser rotates all the time.

2015-05-07 Thread Vadim Pakhnushev
Jim, Could you please review the fix: https://javafx-jira.kenai.com/browse/RT-40482 The patch is inline in JIRA. Thanks, Vadim